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
↓ 2 callers
Function
SetCreateFlags
SetCreateFlags sets flags supported by create command.
internal/cmdcommon/create.go:46
↓ 2 callers
Method
Show
()
pkg/surveyext/editor_manual.go:15
↓ 2 callers
Method
SprintsInBoards
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 callers
Method
Transitions
Transitions fetches valid transitions for an issue using v3 version of the GET /issue/{key}/transitions endpoint.
pkg/jira/transition.go:48
↓ 2 callers
Method
TransitionsV2
TransitionsV2 fetches valid transitions for an issue using v2 version of the GET /issue/{key}/transitions endpoint.
pkg/jira/transition.go:53
↓ 2 callers
Method
Val
()
pkg/jira/filter/filter.go:6
↓ 2 callers
Method
WatchIssue
WatchIssue adds user as a watcher using v2 version of the POST /issue/{key}/watchers endpoint.
pkg/jira/issue.go:464
↓ 2 callers
Method
WatchIssueV2
WatchIssueV2 adds user as a watcher using using v2 version of the POST /issue/{key}/watchers endpoint.
pkg/jira/issue.go:469
↓ 2 callers
Function
WithContentTableOpts
WithContentTableOpts sets contents table options.
pkg/tui/preview.go:79
↓ 2 callers
Method
WithCustomFields
WithCustomFields sets valid custom fields for the issue.
pkg/jira/create.go:65
↓ 2 callers
Function
WithInitialText
WithInitialText sets initial text that is displayed in the contents screen.
pkg/tui/preview.go:58
↓ 2 callers
Function
WithInsecureTLS
WithInsecureTLS is a functional opt that allow you to skip TLS certificate verification.
pkg/jira/client.go:191
↓ 2 callers
Function
WithPreviewFooterText
WithPreviewFooterText sets footer text that is displayed after the preview layout.
pkg/tui/preview.go:65
↓ 2 callers
Function
WithTableFooterText
WithTableFooterText sets footer text that is displayed after the table.
pkg/tui/table.go:162
↓ 2 callers
Method
assignIssue
(key, assignee, ver string)
pkg/jira/issue.go:124
↓ 2 callers
Method
board
(path string)
pkg/jira/board.go:41
↓ 2 callers
Method
comments
()
internal/view/issue.go:381
↓ 2 callers
Method
create
(req *CreateRequest, ver string)
pkg/jira/create.go:79
↓ 2 callers
Function
customTUIStyle
(style TableStyle)
pkg/tui/helper.go:142
↓ 2 callers
Method
data
()
internal/view/epic.go:67
↓ 2 callers
Method
data
()
internal/view/sprint.go:107
↓ 2 callers
Method
description
()
internal/view/issue.go:243
↓ 2 callers
Method
footer
()
internal/view/issue.go:423
↓ 2 callers
Function
getBrowserFromENV
()
pkg/browser/browser.go:44
↓ 2 callers
Function
getInfoModal
()
pkg/tui/helper.go:53
↓ 2 callers
Method
getIssue
(key, ver string)
pkg/jira/issue.go:55
↓ 2 callers
Function
getPaginateParams
(paginate string)
internal/query/issue.go:321
↓ 2 callers
Function
hasProjectFilter
(str string)
pkg/jql/jql.go:228
↓ 2 callers
Method
header
()
internal/view/board.go:61
↓ 2 callers
Method
header
()
internal/view/issue.go:202
↓ 2 callers
Function
ifaceToADF
(v interface{})
pkg/jira/issue.go:406
↓ 2 callers
Method
initLayout
(view *tview.Table)
pkg/tui/preview.go:275
↓ 2 callers
Function
issueKeyFromTuiData
(r int, d any)
internal/view/helper.go:120
↓ 2 callers
Function
jiraURLFromTuiData
(server string, r int, d any)
internal/view/helper.go:133
↓ 2 callers
Method
linkedIssues
()
internal/view/issue.go:306
↓ 2 callers
Method
mergeFilters
(separator string)
pkg/jql/jql.go:198
↓ 2 callers
Function
outdent
(s string)
internal/cmd/root/help.go:102
↓ 2 callers
Function
parseNetrc
(data string)
pkg/netrc/reader.go:27
↓ 2 callers
Function
prettyPrintDump
(heading string, data []byte)
pkg/jira/client.go:303
↓ 2 callers
Method
render
(data TableData)
pkg/tui/table.go:234
↓ 2 callers
Function
renderPlain
(w io.Writer, data tui.TableData, delimiter string)
internal/view/helper.go:155
↓ 2 callers
Method
search
(path, ver string)
pkg/jira/search.go:30
↓ 2 callers
Method
searchAndAssignUser
(project string)
internal/cmd/issue/assign/assign.go:291
↓ 2 callers
Method
searchAndSetUser
(project string)
internal/cmd/issue/watch/watch.go:249
↓ 2 callers
Method
setDateFilters
(q *jql.JQL, field, value string)
internal/query/issue.go:122
↓ 2 callers
Function
singleSprintView
(sprintQuery *query.Sprint, flags query.FlagParser, boardID, sprintID int, project, server string, client *jir
internal/cmd/sprint/list/list.go:95
↓ 2 callers
Function
splitPositiveNegative
(labels []string)
internal/query/issue.go:35
↓ 2 callers
Function
splitText
(s string)
pkg/tui/helper.go:42
↓ 2 callers
Method
subtasks
()
internal/view/issue.go:260
↓ 2 callers
Method
transitions
(key, ver string)
pkg/jira/transition.go:57
↓ 2 callers
Method
userSearch
(opt *UserSearchOptions, ver string)
pkg/jira/user.go:46
↓ 2 callers
Method
watchIssue
(key, watcher, ver string)
pkg/jira/issue.go:473
↓ 1 callers
Method
AddButtons
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 callers
Function
ChildNodes
ChildNodes returns supported ADF child nodes.
pkg/adf/adf.go:142
↓ 1 callers
Method
ClearButtons
ClearButtons removes all buttons from the window.
pkg/tui/primitive/actionmodal.go:141
↓ 1 callers
Method
Generate
Generate generates the config file. nolint:gocyclo
internal/config/generator.go:119
↓ 1 callers
Method
Get
Get returns the value of the cell at the given row and column.
pkg/tui/table.go:49
↓ 1 callers
Function
GetADFNodeType
GetADFNodeType returns the type of ADF node.
pkg/adf/adf.go:163
↓ 1 callers
Function
GetMetadataQuestions
GetMetadataQuestions prepares metadata question to input from user.
internal/cmdcommon/create.go:104
↓ 1 callers
Function
GetUserKeyForConfiguredInstallation
GetUserKeyForConfiguredInstallation returns either the user name or account ID based on jira installation type.
internal/cmdcommon/create.go:222
↓ 1 callers
Method
HasFocus
HasFocus returns whether or not this primitive has focus.
pkg/tui/primitive/actionmodal.go:158
↓ 1 callers
Function
IsChildNode
IsChildNode checks if the node is a child node.
pkg/adf/adf.go:158
↓ 1 callers
Function
IsParentNode
IsParentNode checks if the node is a parent node.
pkg/adf/adf.go:153
↓ 1 callers
Function
List
List displays a list view.
internal/cmd/issue/list/list.go:83
↓ 1 callers
Function
NewActionModal
NewActionModal returns a new modal message window.
pkg/tui/primitive/actionmodal.go:39
↓ 1 callers
Function
NewCmdAdd
NewCmdAdd is an add command.
internal/cmd/epic/add/add.go:23
↓ 1 callers
Function
NewCmdAdd
NewCmdAdd is an add command.
internal/cmd/sprint/add/add.go:22
↓ 1 callers
Function
NewCmdAssign
NewCmdAssign is an assign command.
internal/cmd/issue/assign/assign.go:46
↓ 1 callers
Function
NewCmdBoard
NewCmdBoard is a board command.
internal/cmd/board/board.go:12
↓ 1 callers
Function
NewCmdClone
NewCmdClone is a clone command.
internal/cmd/issue/clone/clone.go:30
↓ 1 callers
Function
NewCmdClose
NewCmdClose is an add command.
internal/cmd/sprint/close/close.go:20
↓ 1 callers
Function
NewCmdComment
NewCmdComment is a comment command.
internal/cmd/issue/comment/comment.go:12
↓ 1 callers
Function
NewCmdCommentAdd
NewCmdCommentAdd is a comment add command.
internal/cmd/issue/comment/add/add.go:43
↓ 1 callers
Function
NewCmdCompletion
NewCmdCompletion is a completion command.
internal/cmd/completion/completion.go:52
↓ 1 callers
Function
NewCmdCreate
NewCmdCreate is a create command.
internal/cmd/epic/create/create.go:33
↓ 1 callers
Function
NewCmdCreate
NewCmdCreate is a create command.
internal/cmd/issue/create/create.go:54
↓ 1 callers
Function
NewCmdDelete
NewCmdDelete is a delete command.
internal/cmd/issue/delete/delete.go:25
↓ 1 callers
Function
NewCmdEdit
NewCmdEdit is an edit command.
internal/cmd/issue/edit/edit.go:39
↓ 1 callers
Function
NewCmdEpic
NewCmdEpic is an epic command.
internal/cmd/epic/epic.go:15
↓ 1 callers
Function
NewCmdIssue
NewCmdIssue is an issue command.
internal/cmd/issue/issue.go:24
↓ 1 callers
Function
NewCmdLink
NewCmdLink is a link command.
internal/cmd/issue/link/link.go:26
↓ 1 callers
Function
NewCmdList
NewCmdList is a list command.
internal/cmd/board/list/list.go:16
↓ 1 callers
Function
NewCmdList
NewCmdList is a list command.
internal/cmd/epic/list/list.go:46
↓ 1 callers
Function
NewCmdList
NewCmdList is a list command.
internal/cmd/release/list/list.go:14
↓ 1 callers
Function
NewCmdList
NewCmdList is a sprint list command.
internal/cmd/sprint/list/list.go:50
↓ 1 callers
Function
NewCmdList
NewCmdList is a list command.
internal/cmd/project/list/list.go:13
↓ 1 callers
Function
NewCmdList
NewCmdList is a list command.
internal/cmd/issue/list/list.go:70
↓ 1 callers
Function
NewCmdMan
NewCmdMan is a man command.
internal/cmd/man/man.go:19
↓ 1 callers
Function
NewCmdMe
NewCmdMe is a me command.
internal/cmd/me/me.go:11
↓ 1 callers
Function
NewCmdMove
NewCmdMove is a move command.
internal/cmd/issue/move/move.go:27
↓ 1 callers
Function
NewCmdOpen
NewCmdOpen is an open command.
internal/cmd/open/open.go:20
↓ 1 callers
Function
NewCmdProject
NewCmdProject is a project command.
internal/cmd/project/project.go:12
↓ 1 callers
Function
NewCmdRelease
NewCmdRelease is a release command.
internal/cmd/release/release.go:12
↓ 1 callers
Function
NewCmdRemoteLink
NewCmdRemoteLink is a link command.
internal/cmd/issue/link/remote/remote.go:22
↓ 1 callers
Function
NewCmdRemove
NewCmdRemove is a remove command.
internal/cmd/epic/remove/remove.go:23
↓ 1 callers
Function
NewCmdRoot
NewCmdRoot is a root command.
internal/cmd/root/root.go:73
↓ 1 callers
Function
NewCmdServerInfo
NewCmdServerInfo is a server info command.
internal/cmd/serverinfo/serverinfo.go:13
↓ 1 callers
Function
NewCmdSprint
NewCmdSprint is a sprint command.
internal/cmd/sprint/sprint.go:14
↓ 1 callers
Function
NewCmdUnlink
NewCmdUnlink is an unlink command.
internal/cmd/issue/unlink/unlink.go:22
↓ 1 callers
Function
NewCmdVersion
NewCmdVersion is a version command.
internal/cmd/version/version.go:13
← previous
next →
201–300 of 712, ranked by callers