Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ankitpokhrel/jira-cli
/ functions
Functions
712 in github.com/ankitpokhrel/jira-cli
⨍
Functions
712
◇
Types & classes
178
↓ 4 callers
Method
Sprints
Sprints fetches all sprints for a given board. qp is an additional query parameters in key, value pair format, eg: state=closed.
pkg/jira/sprint.go:29
↓ 4 callers
Method
Translate
Translate translates ADF to a new format.
pkg/adf/adf.go:190
↓ 4 callers
Method
UserSearch
UserSearch search for user details using v3 version of the GET /user/assignable/search endpoint.
pkg/jira/user.go:26
↓ 4 callers
Function
ValidSprintColumns
ValidSprintColumns returns valid columns for sprint list.
internal/view/helper.go:81
↓ 4 callers
Function
WithFixedColumns
WithFixedColumns sets the number of columns that are locked (do not scroll right).
pkg/tui/table.go:218
↓ 4 callers
Function
WithTableStyle
WithTableStyle sets the style of the table.
pkg/tui/table.go:155
↓ 4 callers
Method
data
()
internal/view/issues.go:193
↓ 4 callers
Function
getQueryableName
(name, displayName string)
internal/cmd/issue/assign/assign.go:341
↓ 4 callers
Function
getQueryableName
(name, displayName string)
internal/cmd/issue/watch/watch.go:296
↓ 4 callers
Function
gray
(msg string)
internal/view/helper.go:204
↓ 4 callers
Function
navigate
(server string)
internal/view/helper.go:137
↓ 4 callers
Method
renderPlain
renderPlain renders the issue in plain view.
internal/view/sprint.go:102
↓ 4 callers
Method
serve
(t *testing.T, expectedBody string)
pkg/jira/create_test.go:17
↓ 4 callers
Function
setTermEnv
(term *string, wtSession *string)
pkg/tui/helper_test.go:70
↓ 4 callers
Function
splitAddAndRemove
(input []string)
pkg/jira/edit.go:410
↓ 4 callers
Method
statusCode
(code int)
pkg/jira/create_test.go:42
↓ 4 callers
Function
xterm256
()
internal/view/helper.go:199
↓ 3 callers
Method
AddIssueComment
AddIssueComment adds comment to an issue using POST /issue/{key}/comment endpoint.
pkg/jira/issue.go:313
↓ 3 callers
Method
AssignIssue
AssignIssue assigns issue to the user using v3 version of the PUT /issue/{key}/assignee endpoint.
pkg/jira/issue.go:115
↓ 3 callers
Method
BoardSearch
BoardSearch fetches boards with the given name in a project.
pkg/jira/board.go:35
↓ 3 callers
Function
Browse
Browse opens given url in a web browser. It looks for `JIRA_BROWSER` and `BROWSER` env respectively to decide which executable to use. If none of the
pkg/browser/browser.go:16
↓ 3 callers
Function
Client
Client initializes and returns jira client.
api/client.go:19
↓ 3 callers
Method
DeleteV2
DeleteV2 sends DELETE request to v2 version of the jira api.
pkg/jira/client.go:243
↓ 3 callers
Method
Draw
Draw draws this primitive onto the screen. nolint:mnd
pkg/tui/primitive/infomodal.go:64
↓ 3 callers
Method
Edit
Edit updates an issue using POST /issue endpoint.
pkg/jira/edit.go:47
↓ 3 callers
Method
EndSprint
EndSprint queries the existence of the sprint and full updates the sprint with new status of closed. Default behavior is all open tasks are sent to ba
pkg/jira/sprint.go:85
↓ 3 callers
Method
EpicIssuesAdd
EpicIssuesAdd adds issues to an epic.
pkg/jira/epic.go:46
↓ 3 callers
Method
EpicIssuesRemove
EpicIssuesRemove removes issues from epics.
pkg/jira/epic.go:77
↓ 3 callers
Method
GetAttributes
()
pkg/adf/adf.go:64
↓ 3 callers
Function
GetConfiguredCustomFields
GetConfiguredCustomFields returns the custom fields configured by the user.
internal/cmdcommon/create.go:231
↓ 3 callers
Method
GetCreateMeta
GetCreateMeta gets create metadata using GET /issue/createmeta endpoint.
pkg/jira/createmeta.go:43
↓ 3 callers
Method
GetCreateMetaForJiraServerV9
GetCreateMetaForJiraServerV9 gets create metadata using GET /issue/createmeta endpoint for jira server 9 and above.
pkg/jira/createmeta.go:73
↓ 3 callers
Method
GetField
GetField gets all fields configured for a Jira instance using GET /field endpiont.
pkg/jira/issue.go:382
↓ 3 callers
Method
GetFooter
GetFooter returns the footer of the modal.
pkg/tui/primitive/actionmodal.go:69
↓ 3 callers
Method
GetIssueLinkTypes
GetIssueLinkTypes fetches issue link types using GET /issueLinkType endpoint.
pkg/jira/issue.go:187
↓ 3 callers
Method
GetLinkID
GetLinkID gets linkID between two issues.
pkg/jira/issue.go:281
↓ 3 callers
Method
GetSprint
GetSprint returns a single sprint given an ID.
pkg/jira/sprint.go:55
↓ 3 callers
Method
GetStringToString
(string)
internal/query/query.go:8
↓ 3 callers
Method
Me
Me fetches response from /myself endpoint.
pkg/jira/me.go:18
↓ 3 callers
Function
NewScreen
NewScreen creates a new screen.
pkg/tui/screen.go:13
↓ 3 callers
Function
NewTable
NewTable constructs a new table layout.
pkg/tui/table.go:111
↓ 3 callers
Function
NormalizeJiraError
NormalizeJiraError normalizes error message we receive from jira.
internal/cmdutil/utils.go:161
↓ 3 callers
Method
Open
(c Connector, depth int)
pkg/adf/adf.go:47
↓ 3 callers
Method
OrderBy
OrderBy orders the output in given direction.
pkg/jql/jql.go:161
↓ 3 callers
Method
Post
Post sends POST request to v3 version of the jira api.
pkg/jira/client.go:213
↓ 3 callers
Method
PutV2
PutV2 sends PUT request to v2 version of the jira api.
pkg/jira/client.go:233
↓ 3 callers
Method
Release
Release fetches response from /project/{projectIdOrKey}/version endpoint.
pkg/jira/release.go:11
↓ 3 callers
Method
RemoteLinkIssue
RemoteLinkIssue adds a remote link to an issue using POST /issue/{issueId}/remotelink endpoint.
pkg/jira/issue.go:432
↓ 3 callers
Method
Render
Render renders the text layout.
pkg/tui/text.go:28
↓ 3 callers
Method
Render
Render renders the view.
internal/view/issues.go:41
↓ 3 callers
Method
Render
Render renders the view.
internal/view/issue.go:57
↓ 3 callers
Function
SetFlags
SetFlags sets flags supported by a list command.
internal/cmd/issue/list/list.go:212
↓ 3 callers
Method
SprintIssuesAdd
SprintIssuesAdd adds issues to the sprint.
pkg/jira/sprint.go:195
↓ 3 callers
Method
Transition
Transition moves issue from one state to another using POST /issue/{key}/transitions endpoint.
pkg/jira/transition.go:92
↓ 3 callers
Method
UnlinkIssue
UnlinkIssue disconnects two issues using DELETE /issueLink/{linkId} endpoint.
pkg/jira/issue.go:260
↓ 3 callers
Method
UserSearchV2
UserSearchV2 search for user details using v2 version of the GET /user/assignable/search endpoint.
pkg/jira/user.go:31
↓ 3 callers
Function
ValidateCustomFields
ValidateCustomFields validates custom fields. TODO: Fail with error instead of warning in future release.
internal/cmdcommon/create.go:244
↓ 3 callers
Function
Warn
Warn prints warning message in stderr.
internal/cmdutil/utils.go:78
↓ 3 callers
Function
WithCopyFunc
WithCopyFunc sets a func that is triggered when a user press 'c'.
pkg/tui/table.go:204
↓ 3 callers
Function
WithCopyKeyFunc
WithCopyKeyFunc sets a func that is triggered when a user press 'CTRL+K'.
pkg/tui/table.go:211
↓ 3 callers
Function
WithSelectedFunc
WithSelectedFunc sets a func that is triggered when table row is selected.
pkg/tui/table.go:176
↓ 3 callers
Function
WithViewModeFunc
WithViewModeFunc sets a func that is triggered when a user press 'v'.
pkg/tui/table.go:183
↓ 3 callers
Function
copyKey
()
internal/view/helper.go:149
↓ 3 callers
Function
copyURL
(server string)
internal/view/helper.go:143
↓ 3 callers
Function
create
(file string)
internal/config/generator.go:857
↓ 3 callers
Method
getIssueRaw
(key, ver string)
pkg/jira/issue.go:79
↓ 3 callers
Method
renderCSV
renderCSV renders issues in csv format.
internal/view/issues.go:144
↓ 3 callers
Method
renderPlain
renderPlain renders the issue in plain view.
internal/view/issue.go:442
↓ 3 callers
Function
shortenAndPad
(msg string, limit int)
internal/view/helper.go:215
↓ 3 callers
Method
tableData
()
internal/view/sprint.go:191
↓ 2 callers
Method
AssignIssueV2
AssignIssueV2 assigns issue to the user using v2 version of the PUT /issue/{key}/assignee endpoint.
pkg/jira/issue.go:120
↓ 2 callers
Method
Create
Create creates an issue using v3 version of the POST /issue endpoint.
pkg/jira/create.go:70
↓ 2 callers
Function
DateStringToJiraFormatInLocation
DateStringToJiraFormatInLocation parses a standard string to jira compatible RFC3339 datetime format. nolint:mnd
internal/cmdutil/datetime.go:30
↓ 2 callers
Function
EditorName
EditorName gets editor from the editor command.
pkg/surveyext/editor.go:164
↓ 2 callers
Method
ForInstallationType
ForInstallationType sets jira project type.
pkg/jira/create.go:60
↓ 2 callers
Function
FromJiraMD
FromJiraMD translates Jira flavored markdown to CommonMark.
pkg/md/md.go:23
↓ 2 callers
Method
Get
Get returns filter value as it is passed.
pkg/jira/filter/filter.go:16
↓ 2 callers
Method
GetIssueRaw
GetIssueRaw fetches issue details same as GetIssue but returns the raw API response body string.
pkg/jira/issue.go:70
↓ 2 callers
Method
GetIssueV2Raw
GetIssueV2Raw fetches issue details same as GetIssueV2 but returns the raw API response body string.
pkg/jira/issue.go:75
↓ 2 callers
Function
GetMetadata
GetMetadata gathers a list of metadata users wants to add.
internal/cmdcommon/create.go:91
↓ 2 callers
Function
GetNextAction
GetNextAction provide user an option to select next action.
internal/cmdcommon/create.go:75
↓ 2 callers
Function
GetSubtaskHandle
GetSubtaskHandle fetches actual subtask handle. This value can either be handle or name based on the used jira version.
internal/cmdutil/utils.go:171
↓ 2 callers
Method
GetType
()
pkg/adf/adf.go:63
↓ 2 callers
Function
HandleNoInput
HandleNoInput handles operations for --no-input flag.
internal/cmdcommon/create.go:153
↓ 2 callers
Function
NewBoard
NewBoard initializes a board.
internal/view/board.go:24
↓ 2 callers
Function
NewPreview
NewPreview constructs a new preview layout.
pkg/tui/preview.go:39
↓ 2 callers
Function
NewProject
NewProject initializes a project.
internal/view/project.go:24
↓ 2 callers
Function
NewRelease
NewRelease constructs a project release command.
internal/view/release.go:24
↓ 2 callers
Function
NewServerInfo
NewServerInfo initializes server info struct.
internal/view/serverinfo.go:24
↓ 2 callers
Method
Paint
Paint paints the preview layout.
pkg/tui/preview.go:88
↓ 2 callers
Function
ProxySearch
ProxySearch uses either a v2 or v3 version of the Jira GET /search endpoint to search for the relevant issues based on configured installation type. D
api/client.go:130
↓ 2 callers
Function
ProxyTransitions
ProxyTransitions uses either v2 or v3 version of the GET /issue/{key}/transitions endpoint to fetch valid transitions for an issue. Defaults to v3 if
api/client.go:192
↓ 2 callers
Method
Put
Put sends PUT request to v3 version of the jira api.
pkg/jira/client.go:228
↓ 2 callers
Function
Read
Read reads config for the given machine.
pkg/netrc/netrc.go:23
↓ 2 callers
Method
Render
Render renders the project release view.
internal/view/release.go:45
↓ 2 callers
Method
Render
Render renders the serverinfo view.
internal/view/serverinfo.go:45
↓ 2 callers
Method
Render
Render renders the board view.
internal/view/board.go:45
↓ 2 callers
Method
Render
Render renders the project view.
internal/view/project.go:45
↓ 2 callers
Method
SearchV2
SearchV2 searches an issues using v2 version of the Jira GET /search endpoint.
pkg/jira/search.go:25
↓ 2 callers
Method
SetButtonBackgroundColor
SetButtonBackgroundColor sets the background color of the buttons.
pkg/tui/primitive/actionmodal.go:87
← previous
next →
101–200 of 712, ranked by callers