MCPcopy Create free account

hub / github.com/ankitpokhrel/jira-cli / functions

Functions712 in github.com/ankitpokhrel/jira-cli

↓ 4 callersMethodSprints
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 callersMethodTranslate
Translate translates ADF to a new format.
pkg/adf/adf.go:190
↓ 4 callersMethodUserSearch
UserSearch search for user details using v3 version of the GET /user/assignable/search endpoint.
pkg/jira/user.go:26
↓ 4 callersFunctionValidSprintColumns
ValidSprintColumns returns valid columns for sprint list.
internal/view/helper.go:81
↓ 4 callersFunctionWithFixedColumns
WithFixedColumns sets the number of columns that are locked (do not scroll right).
pkg/tui/table.go:218
↓ 4 callersFunctionWithTableStyle
WithTableStyle sets the style of the table.
pkg/tui/table.go:155
↓ 4 callersMethoddata
()
internal/view/issues.go:193
↓ 4 callersFunctiongetQueryableName
(name, displayName string)
internal/cmd/issue/assign/assign.go:341
↓ 4 callersFunctiongetQueryableName
(name, displayName string)
internal/cmd/issue/watch/watch.go:296
↓ 4 callersFunctiongray
(msg string)
internal/view/helper.go:204
↓ 4 callersFunctionnavigate
(server string)
internal/view/helper.go:137
↓ 4 callersMethodrenderPlain
renderPlain renders the issue in plain view.
internal/view/sprint.go:102
↓ 4 callersMethodserve
(t *testing.T, expectedBody string)
pkg/jira/create_test.go:17
↓ 4 callersFunctionsetTermEnv
(term *string, wtSession *string)
pkg/tui/helper_test.go:70
↓ 4 callersFunctionsplitAddAndRemove
(input []string)
pkg/jira/edit.go:410
↓ 4 callersMethodstatusCode
(code int)
pkg/jira/create_test.go:42
↓ 4 callersFunctionxterm256
()
internal/view/helper.go:199
↓ 3 callersMethodAddIssueComment
AddIssueComment adds comment to an issue using POST /issue/{key}/comment endpoint.
pkg/jira/issue.go:313
↓ 3 callersMethodAssignIssue
AssignIssue assigns issue to the user using v3 version of the PUT /issue/{key}/assignee endpoint.
pkg/jira/issue.go:115
↓ 3 callersMethodBoardSearch
BoardSearch fetches boards with the given name in a project.
pkg/jira/board.go:35
↓ 3 callersFunctionBrowse
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 callersFunctionClient
Client initializes and returns jira client.
api/client.go:19
↓ 3 callersMethodDeleteV2
DeleteV2 sends DELETE request to v2 version of the jira api.
pkg/jira/client.go:243
↓ 3 callersMethodDraw
Draw draws this primitive onto the screen. nolint:mnd
pkg/tui/primitive/infomodal.go:64
↓ 3 callersMethodEdit
Edit updates an issue using POST /issue endpoint.
pkg/jira/edit.go:47
↓ 3 callersMethodEndSprint
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 callersMethodEpicIssuesAdd
EpicIssuesAdd adds issues to an epic.
pkg/jira/epic.go:46
↓ 3 callersMethodEpicIssuesRemove
EpicIssuesRemove removes issues from epics.
pkg/jira/epic.go:77
↓ 3 callersMethodGetAttributes
()
pkg/adf/adf.go:64
↓ 3 callersFunctionGetConfiguredCustomFields
GetConfiguredCustomFields returns the custom fields configured by the user.
internal/cmdcommon/create.go:231
↓ 3 callersMethodGetCreateMeta
GetCreateMeta gets create metadata using GET /issue/createmeta endpoint.
pkg/jira/createmeta.go:43
↓ 3 callersMethodGetCreateMetaForJiraServerV9
GetCreateMetaForJiraServerV9 gets create metadata using GET /issue/createmeta endpoint for jira server 9 and above.
pkg/jira/createmeta.go:73
↓ 3 callersMethodGetField
GetField gets all fields configured for a Jira instance using GET /field endpiont.
pkg/jira/issue.go:382
↓ 3 callersMethodGetFooter
GetFooter returns the footer of the modal.
pkg/tui/primitive/actionmodal.go:69
↓ 3 callersMethodGetIssueLinkTypes
GetIssueLinkTypes fetches issue link types using GET /issueLinkType endpoint.
pkg/jira/issue.go:187
↓ 3 callersMethodGetLinkID
GetLinkID gets linkID between two issues.
pkg/jira/issue.go:281
↓ 3 callersMethodGetSprint
GetSprint returns a single sprint given an ID.
pkg/jira/sprint.go:55
↓ 3 callersMethodGetStringToString
(string)
internal/query/query.go:8
↓ 3 callersMethodMe
Me fetches response from /myself endpoint.
pkg/jira/me.go:18
↓ 3 callersFunctionNewScreen
NewScreen creates a new screen.
pkg/tui/screen.go:13
↓ 3 callersFunctionNewTable
NewTable constructs a new table layout.
pkg/tui/table.go:111
↓ 3 callersFunctionNormalizeJiraError
NormalizeJiraError normalizes error message we receive from jira.
internal/cmdutil/utils.go:161
↓ 3 callersMethodOpen
(c Connector, depth int)
pkg/adf/adf.go:47
↓ 3 callersMethodOrderBy
OrderBy orders the output in given direction.
pkg/jql/jql.go:161
↓ 3 callersMethodPost
Post sends POST request to v3 version of the jira api.
pkg/jira/client.go:213
↓ 3 callersMethodPutV2
PutV2 sends PUT request to v2 version of the jira api.
pkg/jira/client.go:233
↓ 3 callersMethodRelease
Release fetches response from /project/{projectIdOrKey}/version endpoint.
pkg/jira/release.go:11
↓ 3 callersMethodRemoteLinkIssue
RemoteLinkIssue adds a remote link to an issue using POST /issue/{issueId}/remotelink endpoint.
pkg/jira/issue.go:432
↓ 3 callersMethodRender
Render renders the text layout.
pkg/tui/text.go:28
↓ 3 callersMethodRender
Render renders the view.
internal/view/issues.go:41
↓ 3 callersMethodRender
Render renders the view.
internal/view/issue.go:57
↓ 3 callersFunctionSetFlags
SetFlags sets flags supported by a list command.
internal/cmd/issue/list/list.go:212
↓ 3 callersMethodSprintIssuesAdd
SprintIssuesAdd adds issues to the sprint.
pkg/jira/sprint.go:195
↓ 3 callersMethodTransition
Transition moves issue from one state to another using POST /issue/{key}/transitions endpoint.
pkg/jira/transition.go:92
↓ 3 callersMethodUnlinkIssue
UnlinkIssue disconnects two issues using DELETE /issueLink/{linkId} endpoint.
pkg/jira/issue.go:260
↓ 3 callersMethodUserSearchV2
UserSearchV2 search for user details using v2 version of the GET /user/assignable/search endpoint.
pkg/jira/user.go:31
↓ 3 callersFunctionValidateCustomFields
ValidateCustomFields validates custom fields. TODO: Fail with error instead of warning in future release.
internal/cmdcommon/create.go:244
↓ 3 callersFunctionWarn
Warn prints warning message in stderr.
internal/cmdutil/utils.go:78
↓ 3 callersFunctionWithCopyFunc
WithCopyFunc sets a func that is triggered when a user press 'c'.
pkg/tui/table.go:204
↓ 3 callersFunctionWithCopyKeyFunc
WithCopyKeyFunc sets a func that is triggered when a user press 'CTRL+K'.
pkg/tui/table.go:211
↓ 3 callersFunctionWithSelectedFunc
WithSelectedFunc sets a func that is triggered when table row is selected.
pkg/tui/table.go:176
↓ 3 callersFunctionWithViewModeFunc
WithViewModeFunc sets a func that is triggered when a user press 'v'.
pkg/tui/table.go:183
↓ 3 callersFunctioncopyKey
()
internal/view/helper.go:149
↓ 3 callersFunctioncopyURL
(server string)
internal/view/helper.go:143
↓ 3 callersFunctioncreate
(file string)
internal/config/generator.go:857
↓ 3 callersMethodgetIssueRaw
(key, ver string)
pkg/jira/issue.go:79
↓ 3 callersMethodrenderCSV
renderCSV renders issues in csv format.
internal/view/issues.go:144
↓ 3 callersMethodrenderPlain
renderPlain renders the issue in plain view.
internal/view/issue.go:442
↓ 3 callersFunctionshortenAndPad
(msg string, limit int)
internal/view/helper.go:215
↓ 3 callersMethodtableData
()
internal/view/sprint.go:191
↓ 2 callersMethodAssignIssueV2
AssignIssueV2 assigns issue to the user using v2 version of the PUT /issue/{key}/assignee endpoint.
pkg/jira/issue.go:120
↓ 2 callersMethodCreate
Create creates an issue using v3 version of the POST /issue endpoint.
pkg/jira/create.go:70
↓ 2 callersFunctionDateStringToJiraFormatInLocation
DateStringToJiraFormatInLocation parses a standard string to jira compatible RFC3339 datetime format. nolint:mnd
internal/cmdutil/datetime.go:30
↓ 2 callersFunctionEditorName
EditorName gets editor from the editor command.
pkg/surveyext/editor.go:164
↓ 2 callersMethodForInstallationType
ForInstallationType sets jira project type.
pkg/jira/create.go:60
↓ 2 callersFunctionFromJiraMD
FromJiraMD translates Jira flavored markdown to CommonMark.
pkg/md/md.go:23
↓ 2 callersMethodGet
Get returns filter value as it is passed.
pkg/jira/filter/filter.go:16
↓ 2 callersMethodGetIssueRaw
GetIssueRaw fetches issue details same as GetIssue but returns the raw API response body string.
pkg/jira/issue.go:70
↓ 2 callersMethodGetIssueV2Raw
GetIssueV2Raw fetches issue details same as GetIssueV2 but returns the raw API response body string.
pkg/jira/issue.go:75
↓ 2 callersFunctionGetMetadata
GetMetadata gathers a list of metadata users wants to add.
internal/cmdcommon/create.go:91
↓ 2 callersFunctionGetNextAction
GetNextAction provide user an option to select next action.
internal/cmdcommon/create.go:75
↓ 2 callersFunctionGetSubtaskHandle
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 callersMethodGetType
()
pkg/adf/adf.go:63
↓ 2 callersFunctionHandleNoInput
HandleNoInput handles operations for --no-input flag.
internal/cmdcommon/create.go:153
↓ 2 callersFunctionNewBoard
NewBoard initializes a board.
internal/view/board.go:24
↓ 2 callersFunctionNewPreview
NewPreview constructs a new preview layout.
pkg/tui/preview.go:39
↓ 2 callersFunctionNewProject
NewProject initializes a project.
internal/view/project.go:24
↓ 2 callersFunctionNewRelease
NewRelease constructs a project release command.
internal/view/release.go:24
↓ 2 callersFunctionNewServerInfo
NewServerInfo initializes server info struct.
internal/view/serverinfo.go:24
↓ 2 callersMethodPaint
Paint paints the preview layout.
pkg/tui/preview.go:88
↓ 2 callersFunctionProxySearch
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 callersFunctionProxyTransitions
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 callersMethodPut
Put sends PUT request to v3 version of the jira api.
pkg/jira/client.go:228
↓ 2 callersFunctionRead
Read reads config for the given machine.
pkg/netrc/netrc.go:23
↓ 2 callersMethodRender
Render renders the project release view.
internal/view/release.go:45
↓ 2 callersMethodRender
Render renders the serverinfo view.
internal/view/serverinfo.go:45
↓ 2 callersMethodRender
Render renders the board view.
internal/view/board.go:45
↓ 2 callersMethodRender
Render renders the project view.
internal/view/project.go:45
↓ 2 callersMethodSearchV2
SearchV2 searches an issues using v2 version of the Jira GET /search endpoint.
pkg/jira/search.go:25
↓ 2 callersMethodSetButtonBackgroundColor
SetButtonBackgroundColor sets the background color of the buttons.
pkg/tui/primitive/actionmodal.go:87
← previousnext →101–200 of 712, ranked by callers