MCPcopy Create free account

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

Functions712 in github.com/ankitpokhrel/jira-cli

↓ 2 callersFunctionSetCreateFlags
SetCreateFlags sets flags supported by create command.
internal/cmdcommon/create.go:46
↓ 2 callersMethodShow
()
pkg/surveyext/editor_manual.go:15
↓ 2 callersMethodSprintsInBoards
SprintsInBoards fetches sprints across given board IDs. qp is an additional query parameters in key, value pair format, eg: state=closed.
pkg/jira/sprint.go:129
↓ 2 callersMethodTransitions
Transitions fetches valid transitions for an issue using v3 version of the GET /issue/{key}/transitions endpoint.
pkg/jira/transition.go:48
↓ 2 callersMethodTransitionsV2
TransitionsV2 fetches valid transitions for an issue using v2 version of the GET /issue/{key}/transitions endpoint.
pkg/jira/transition.go:53
↓ 2 callersMethodVal
()
pkg/jira/filter/filter.go:6
↓ 2 callersMethodWatchIssue
WatchIssue adds user as a watcher using v2 version of the POST /issue/{key}/watchers endpoint.
pkg/jira/issue.go:464
↓ 2 callersMethodWatchIssueV2
WatchIssueV2 adds user as a watcher using using v2 version of the POST /issue/{key}/watchers endpoint.
pkg/jira/issue.go:469
↓ 2 callersFunctionWithContentTableOpts
WithContentTableOpts sets contents table options.
pkg/tui/preview.go:79
↓ 2 callersMethodWithCustomFields
WithCustomFields sets valid custom fields for the issue.
pkg/jira/create.go:65
↓ 2 callersFunctionWithInitialText
WithInitialText sets initial text that is displayed in the contents screen.
pkg/tui/preview.go:58
↓ 2 callersFunctionWithInsecureTLS
WithInsecureTLS is a functional opt that allow you to skip TLS certificate verification.
pkg/jira/client.go:191
↓ 2 callersFunctionWithPreviewFooterText
WithPreviewFooterText sets footer text that is displayed after the preview layout.
pkg/tui/preview.go:65
↓ 2 callersFunctionWithTableFooterText
WithTableFooterText sets footer text that is displayed after the table.
pkg/tui/table.go:162
↓ 2 callersMethodassignIssue
(key, assignee, ver string)
pkg/jira/issue.go:124
↓ 2 callersMethodboard
(path string)
pkg/jira/board.go:41
↓ 2 callersMethodcomments
()
internal/view/issue.go:381
↓ 2 callersMethodcreate
(req *CreateRequest, ver string)
pkg/jira/create.go:79
↓ 2 callersFunctioncustomTUIStyle
(style TableStyle)
pkg/tui/helper.go:142
↓ 2 callersMethoddata
()
internal/view/epic.go:67
↓ 2 callersMethoddata
()
internal/view/sprint.go:107
↓ 2 callersMethoddescription
()
internal/view/issue.go:243
↓ 2 callersMethodfooter
()
internal/view/issue.go:423
↓ 2 callersFunctiongetBrowserFromENV
()
pkg/browser/browser.go:44
↓ 2 callersFunctiongetInfoModal
()
pkg/tui/helper.go:53
↓ 2 callersMethodgetIssue
(key, ver string)
pkg/jira/issue.go:55
↓ 2 callersFunctiongetPaginateParams
(paginate string)
internal/query/issue.go:321
↓ 2 callersFunctionhasProjectFilter
(str string)
pkg/jql/jql.go:228
↓ 2 callersMethodheader
()
internal/view/board.go:61
↓ 2 callersMethodheader
()
internal/view/issue.go:202
↓ 2 callersFunctionifaceToADF
(v interface{})
pkg/jira/issue.go:406
↓ 2 callersMethodinitLayout
(view *tview.Table)
pkg/tui/preview.go:275
↓ 2 callersFunctionissueKeyFromTuiData
(r int, d any)
internal/view/helper.go:120
↓ 2 callersFunctionjiraURLFromTuiData
(server string, r int, d any)
internal/view/helper.go:133
↓ 2 callersMethodlinkedIssues
()
internal/view/issue.go:306
↓ 2 callersMethodmergeFilters
(separator string)
pkg/jql/jql.go:198
↓ 2 callersFunctionoutdent
(s string)
internal/cmd/root/help.go:102
↓ 2 callersFunctionparseNetrc
(data string)
pkg/netrc/reader.go:27
↓ 2 callersFunctionprettyPrintDump
(heading string, data []byte)
pkg/jira/client.go:303
↓ 2 callersMethodrender
(data TableData)
pkg/tui/table.go:234
↓ 2 callersFunctionrenderPlain
(w io.Writer, data tui.TableData, delimiter string)
internal/view/helper.go:155
↓ 2 callersMethodsearch
(path, ver string)
pkg/jira/search.go:30
↓ 2 callersMethodsearchAndAssignUser
(project string)
internal/cmd/issue/assign/assign.go:291
↓ 2 callersMethodsearchAndSetUser
(project string)
internal/cmd/issue/watch/watch.go:249
↓ 2 callersMethodsetDateFilters
(q *jql.JQL, field, value string)
internal/query/issue.go:122
↓ 2 callersFunctionsingleSprintView
(sprintQuery *query.Sprint, flags query.FlagParser, boardID, sprintID int, project, server string, client *jir
internal/cmd/sprint/list/list.go:95
↓ 2 callersFunctionsplitPositiveNegative
(labels []string)
internal/query/issue.go:35
↓ 2 callersFunctionsplitText
(s string)
pkg/tui/helper.go:42
↓ 2 callersMethodsubtasks
()
internal/view/issue.go:260
↓ 2 callersMethodtransitions
(key, ver string)
pkg/jira/transition.go:57
↓ 2 callersMethoduserSearch
(opt *UserSearchOptions, ver string)
pkg/jira/user.go:46
↓ 2 callersMethodwatchIssue
(key, watcher, ver string)
pkg/jira/issue.go:473
↓ 1 callersMethodAddButtons
AddButtons adds buttons to the window. There must be at least one button and a "done" handler so the window can be closed again.
pkg/tui/primitive/actionmodal.go:117
↓ 1 callersFunctionChildNodes
ChildNodes returns supported ADF child nodes.
pkg/adf/adf.go:142
↓ 1 callersMethodClearButtons
ClearButtons removes all buttons from the window.
pkg/tui/primitive/actionmodal.go:141
↓ 1 callersMethodGenerate
Generate generates the config file. nolint:gocyclo
internal/config/generator.go:119
↓ 1 callersMethodGet
Get returns the value of the cell at the given row and column.
pkg/tui/table.go:49
↓ 1 callersFunctionGetADFNodeType
GetADFNodeType returns the type of ADF node.
pkg/adf/adf.go:163
↓ 1 callersFunctionGetMetadataQuestions
GetMetadataQuestions prepares metadata question to input from user.
internal/cmdcommon/create.go:104
↓ 1 callersFunctionGetUserKeyForConfiguredInstallation
GetUserKeyForConfiguredInstallation returns either the user name or account ID based on jira installation type.
internal/cmdcommon/create.go:222
↓ 1 callersMethodHasFocus
HasFocus returns whether or not this primitive has focus.
pkg/tui/primitive/actionmodal.go:158
↓ 1 callersFunctionIsChildNode
IsChildNode checks if the node is a child node.
pkg/adf/adf.go:158
↓ 1 callersFunctionIsParentNode
IsParentNode checks if the node is a parent node.
pkg/adf/adf.go:153
↓ 1 callersFunctionList
List displays a list view.
internal/cmd/issue/list/list.go:83
↓ 1 callersFunctionNewActionModal
NewActionModal returns a new modal message window.
pkg/tui/primitive/actionmodal.go:39
↓ 1 callersFunctionNewCmdAdd
NewCmdAdd is an add command.
internal/cmd/epic/add/add.go:23
↓ 1 callersFunctionNewCmdAdd
NewCmdAdd is an add command.
internal/cmd/sprint/add/add.go:22
↓ 1 callersFunctionNewCmdAssign
NewCmdAssign is an assign command.
internal/cmd/issue/assign/assign.go:46
↓ 1 callersFunctionNewCmdBoard
NewCmdBoard is a board command.
internal/cmd/board/board.go:12
↓ 1 callersFunctionNewCmdClone
NewCmdClone is a clone command.
internal/cmd/issue/clone/clone.go:30
↓ 1 callersFunctionNewCmdClose
NewCmdClose is an add command.
internal/cmd/sprint/close/close.go:20
↓ 1 callersFunctionNewCmdComment
NewCmdComment is a comment command.
internal/cmd/issue/comment/comment.go:12
↓ 1 callersFunctionNewCmdCommentAdd
NewCmdCommentAdd is a comment add command.
internal/cmd/issue/comment/add/add.go:43
↓ 1 callersFunctionNewCmdCompletion
NewCmdCompletion is a completion command.
internal/cmd/completion/completion.go:52
↓ 1 callersFunctionNewCmdCreate
NewCmdCreate is a create command.
internal/cmd/epic/create/create.go:33
↓ 1 callersFunctionNewCmdCreate
NewCmdCreate is a create command.
internal/cmd/issue/create/create.go:54
↓ 1 callersFunctionNewCmdDelete
NewCmdDelete is a delete command.
internal/cmd/issue/delete/delete.go:25
↓ 1 callersFunctionNewCmdEdit
NewCmdEdit is an edit command.
internal/cmd/issue/edit/edit.go:39
↓ 1 callersFunctionNewCmdEpic
NewCmdEpic is an epic command.
internal/cmd/epic/epic.go:15
↓ 1 callersFunctionNewCmdIssue
NewCmdIssue is an issue command.
internal/cmd/issue/issue.go:24
↓ 1 callersFunctionNewCmdLink
NewCmdLink is a link command.
internal/cmd/issue/link/link.go:26
↓ 1 callersFunctionNewCmdList
NewCmdList is a list command.
internal/cmd/board/list/list.go:16
↓ 1 callersFunctionNewCmdList
NewCmdList is a list command.
internal/cmd/epic/list/list.go:46
↓ 1 callersFunctionNewCmdList
NewCmdList is a list command.
internal/cmd/release/list/list.go:14
↓ 1 callersFunctionNewCmdList
NewCmdList is a sprint list command.
internal/cmd/sprint/list/list.go:50
↓ 1 callersFunctionNewCmdList
NewCmdList is a list command.
internal/cmd/project/list/list.go:13
↓ 1 callersFunctionNewCmdList
NewCmdList is a list command.
internal/cmd/issue/list/list.go:70
↓ 1 callersFunctionNewCmdMan
NewCmdMan is a man command.
internal/cmd/man/man.go:19
↓ 1 callersFunctionNewCmdMe
NewCmdMe is a me command.
internal/cmd/me/me.go:11
↓ 1 callersFunctionNewCmdMove
NewCmdMove is a move command.
internal/cmd/issue/move/move.go:27
↓ 1 callersFunctionNewCmdOpen
NewCmdOpen is an open command.
internal/cmd/open/open.go:20
↓ 1 callersFunctionNewCmdProject
NewCmdProject is a project command.
internal/cmd/project/project.go:12
↓ 1 callersFunctionNewCmdRelease
NewCmdRelease is a release command.
internal/cmd/release/release.go:12
↓ 1 callersFunctionNewCmdRemoteLink
NewCmdRemoteLink is a link command.
internal/cmd/issue/link/remote/remote.go:22
↓ 1 callersFunctionNewCmdRemove
NewCmdRemove is a remove command.
internal/cmd/epic/remove/remove.go:23
↓ 1 callersFunctionNewCmdRoot
NewCmdRoot is a root command.
internal/cmd/root/root.go:73
↓ 1 callersFunctionNewCmdServerInfo
NewCmdServerInfo is a server info command.
internal/cmd/serverinfo/serverinfo.go:13
↓ 1 callersFunctionNewCmdSprint
NewCmdSprint is a sprint command.
internal/cmd/sprint/sprint.go:14
↓ 1 callersFunctionNewCmdUnlink
NewCmdUnlink is an unlink command.
internal/cmd/issue/unlink/unlink.go:22
↓ 1 callersFunctionNewCmdVersion
NewCmdVersion is a version command.
internal/cmd/version/version.go:13
← previousnext →201–300 of 712, ranked by callers