MCPcopy Create free account

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

Functions712 in github.com/ankitpokhrel/jira-cli

↓ 1 callersFunctionNewCmdView
NewCmdView is a view command.
internal/cmd/issue/view/view.go:38
↓ 1 callersFunctionNewCmdWatch
NewCmdWatch is an watch command.
internal/cmd/issue/watch/watch.go:37
↓ 1 callersFunctionNewCmdWorklog
NewCmdWorklog is a comment command.
internal/cmd/issue/worklog/worklog.go:12
↓ 1 callersFunctionNewCmdWorklogAdd
NewCmdWorklogAdd is a worklog add command.
internal/cmd/issue/worklog/add/add.go:42
↓ 1 callersFunctionNewInfoModal
NewInfoModal returns a new modal message window.
pkg/tui/primitive/infomodal.go:30
↓ 1 callersFunctionNewJiraMarkdownTranslator
NewJiraMarkdownTranslator constructs jira markdown translator.
pkg/adf/jiramarkdown.go:28
↓ 1 callersFunctionParentNodes
ParentNodes returns supported ADF parent nodes.
pkg/adf/adf.go:127
↓ 1 callersFunctionProxyCreate
ProxyCreate uses either a v2 or v3 version of the Jira POST /issue endpoint to create an issue based on configured installation type. Defaults to v3 i
api/client.go:81
↓ 1 callersFunctionProxyGetIssueRaw
ProxyGetIssueRaw executes the same request as ProxyGetIssue but returns raw API response body string.
api/client.go:99
↓ 1 callersFunctionProxyWatchIssue
ProxyWatchIssue uses either a v2 or v3 version of the PUT /issue/{key}/watchers endpoint to assign an issue to the user. Defaults to v3 if installatio
api/client.go:212
↓ 1 callersMethodPutV1
PutV1 sends PUT request to v1 version of the jira api.
pkg/jira/client.go:238
↓ 1 callersMethodRender
Render renders the epic explorer view. nolint:dupl
internal/view/epic.go:27
↓ 1 callersMethodRender
Render renders the sprint explorer view. nolint:dupl
internal/view/sprint.go:35
↓ 1 callersMethodRenderInTable
RenderInTable renders the list in table view.
internal/view/sprint.go:80
↓ 1 callersMethodSetAlign
SetAlign sets the alignment of the text.
pkg/tui/primitive/infomodal.go:56
↓ 1 callersMethodSetButtonTextColor
SetButtonTextColor sets the color of the button texts.
pkg/tui/primitive/actionmodal.go:93
↓ 1 callersFunctionSetFlags
SetFlags sets flags supported by an epic list command.
internal/cmd/epic/list/list.go:67
↓ 1 callersFunctionSetFlags
SetFlags sets flags supported by create command.
internal/cmd/epic/create/create.go:44
↓ 1 callersFunctionSetFlags
SetFlags sets flags supported by a sprint list command.
internal/cmd/sprint/list/list.go:66
↓ 1 callersFunctionSetFlags
SetFlags sets flags supported by create command.
internal/cmd/issue/create/create.go:69
↓ 1 callersMethodSetInfo
SetInfo sets the body of the modal.
pkg/tui/primitive/infomodal.go:43
↓ 1 callersMethodSetTitle
SetTitle sets the title of the modal frame.
pkg/tui/primitive/infomodal.go:50
↓ 1 callersMethodUpdate
Update updates the data at given row and column.
pkg/tui/table.go:70
↓ 1 callersFunctionWithBoardWriter
WithBoardWriter sets a writer for the board.
internal/view/board.go:38
↓ 1 callersMethodWithCustomFields
WithCustomFields sets valid custom fields for the issue.
pkg/jira/edit.go:42
↓ 1 callersFunctionWithMarkdownCloseHooks
WithMarkdownCloseHooks sets close hooks of a markdown translator.
pkg/adf/markdown.go:62
↓ 1 callersFunctionWithMarkdownOpenHooks
WithMarkdownOpenHooks sets open hooks of a markdown translator.
pkg/adf/markdown.go:55
↓ 1 callersFunctionWithMoveFunc
WithMoveFunc sets a func that is triggered when an action button is pressed.
pkg/tui/table.go:190
↓ 1 callersFunctionWithProjectWriter
WithProjectWriter sets a writer for the project.
internal/view/project.go:38
↓ 1 callersFunctionWithRefreshFunc
WithRefreshFunc sets a func that is triggered when a user press 'CTRL+R' or 'F5'.
pkg/tui/table.go:197
↓ 1 callersFunctionWithReleaseWriter
WithReleaseWriter sets a writer for the project release.
internal/view/release.go:38
↓ 1 callersFunctionWithServerInfoWriter
WithServerInfoWriter sets a writer for the serverinfo view.
internal/view/serverinfo.go:38
↓ 1 callersFunctionWithSidebarSelectedFunc
WithSidebarSelectedFunc sets a function that is called when any option in sidebar is selected.
pkg/tui/preview.go:72
↓ 1 callersFunctionWithTableHelpText
WithTableHelpText sets the help text for the view.
pkg/tui/table.go:169
↓ 1 callersFunctionaddChildCommands
(cmd *cobra.Command)
internal/cmd/root/root.go:128
↓ 1 callersFunctionaddDay
(dt time.Time, format string)
internal/query/issue.go:317
↓ 1 callersMethodaskQuestions
()
internal/cmd/issue/create/create.go:218
↓ 1 callersMethodaskQuestions
(issue *jira.Issue, originalBody string)
internal/cmd/issue/edit/edit.go:254
↓ 1 callersMethodassignColumns
(columns []string, issue *jira.Issue)
internal/view/issues.go:207
↓ 1 callersMethodassignColumns
(columns []string, sprint *jira.Sprint)
internal/view/sprint.go:208
↓ 1 callersFunctioncheckForInlineClose
(line string)
pkg/md/jirawiki/parser.go:587
↓ 1 callersFunctioncheckForJiraToken
(server string, login string)
internal/cmd/root/root.go:158
↓ 1 callersFunctioncmdExists
(cmd string)
pkg/tui/helper.go:137
↓ 1 callersFunctioncmdRequireToken
(cmd string)
internal/cmd/root/root.go:146
↓ 1 callersMethodcompile
()
pkg/jql/jql.go:219
↓ 1 callersMethodconfigureFields
()
internal/config/generator.go:696
↓ 1 callersMethodconfigureInstallationType
()
internal/config/generator.go:201
↓ 1 callersMethodconfigureIssueTypes
()
internal/config/generator.go:633
↓ 1 callersMethodconfigureIssueTypesForJiraServerV9
()
internal/config/generator.go:665
↓ 1 callersMethodconfigureLocalAuthType
()
internal/config/generator.go:226
↓ 1 callersMethodconfigureMTLS
()
internal/config/generator.go:255
↓ 1 callersMethodconfigureMetadata
()
internal/config/generator.go:616
↓ 1 callersMethodconfigureProjectAndBoardDetails
nolint:gocyclo
internal/config/generator.go:480
↓ 1 callersMethodconfigureServerAndLoginDetails
nolint:gocyclo
internal/config/generator.go:305
↓ 1 callersMethodconfigureServerMeta
(server, login string)
internal/config/generator.go:447
↓ 1 callersFunctionconstructCustomFields
(fields map[string]string, configuredFields []IssueTypeField, data *createRequest)
pkg/jira/create.go:230
↓ 1 callersFunctionconstructCustomFieldsForEdit
(fields map[string]string, configuredFields []IssueTypeField, data *editRequest)
pkg/jira/edit.go:361
↓ 1 callersFunctiondump
(req *http.Request, res *http.Response)
pkg/jira/client.go:293
↓ 1 callersFunctionedit
(editorCommand, fn, initialValue string, stdin io.Reader, stdout io.Writer, stderr io.Writer, cursor showable,
pkg/surveyext/editor_manual.go:39
↓ 1 callersFunctionepicExplorerView
(cmd *cobra.Command, flags query.FlagParser, project, projectType, server string, client *jira.Client)
internal/cmd/epic/list/list.go:176
↓ 1 callersFunctionepicList
(cmd *cobra.Command, args []string)
internal/cmd/epic/list/list.go:72
↓ 1 callersFunctionextractAttributes
(token string)
pkg/md/jirawiki/parser.go:326
↓ 1 callersFunctionfirstPass
* First pass: - Fetch all lines from the input while skipping unnecessary line feeds. */
pkg/md/jirawiki/parser.go:91
↓ 1 callersMethodfragments
()
internal/view/issue.go:125
↓ 1 callersFunctiongetActionModal
()
pkg/tui/helper.go:62
↓ 1 callersMethodgetActualCreateParams
(project string, issue *jira.Issue)
internal/cmd/issue/clone/clone.go:160
↓ 1 callersFunctiongetAnswers
(params *editParams, issue *jira.Issue)
internal/cmd/issue/edit/edit.go:181
↓ 1 callersMethodgetBoardSuggestions
(project string)
internal/config/generator.go:809
↓ 1 callersFunctiongetEntries
(cmd *cobra.Command)
internal/cmd/root/help.go:32
↓ 1 callersFunctiongetIssueQuery
(project string, flags query.FlagParser, showAll bool)
internal/cmd/sprint/list/list.go:268
↓ 1 callersMethodgetIssueType
()
internal/cmd/issue/create/create.go:192
↓ 1 callersFunctiongetMetadataQuestions
(meta []string, issue *jira.Issue)
internal/cmd/issue/edit/edit.go:378
↓ 1 callersFunctiongetNextAction
()
internal/cmd/issue/worklog/add/add.go:225
↓ 1 callersFunctiongetNextAction
()
internal/cmd/issue/comment/add/add.go:226
↓ 1 callersMethodgetOptions
(last bool)
internal/cmd/issue/assign/assign.go:239
↓ 1 callersMethodgetOptions
(last bool)
internal/cmd/issue/watch/watch.go:200
↓ 1 callersMethodgetProjectSuggestions
()
internal/config/generator.go:790
↓ 1 callersFunctiongetQuestions
(params *removeParams)
internal/cmd/epic/remove/remove.go:119
↓ 1 callersFunctiongetQuestions
(params *addParams)
internal/cmd/epic/add/add.go:140
↓ 1 callersFunctiongetQuestions
(params *addParams)
internal/cmd/sprint/close/close.go:84
↓ 1 callersFunctiongetQuestions
(params *addParams)
internal/cmd/sprint/add/add.go:104
↓ 1 callersMethodgetQuestions
(projectType string)
internal/cmd/epic/create/create.go:141
↓ 1 callersMethodgetQuestions
()
internal/cmd/issue/worklog/add/add.go:194
↓ 1 callersMethodgetQuestions
()
internal/cmd/issue/comment/add/add.go:189
↓ 1 callersMethodgetRemainingQuestions
()
internal/cmd/issue/create/create.go:267
↓ 1 callersMethodgetRequestData
(req *CreateRequest)
pkg/jira/create.go:120
↓ 1 callersFunctiongetRequestDataForEdit
(req *EditRequest)
pkg/jira/edit.go:170
↓ 1 callersMethodgetSearchKeyword
()
internal/cmd/issue/assign/assign.go:267
↓ 1 callersMethodgetSearchKeyword
()
internal/cmd/issue/watch/watch.go:225
↓ 1 callersMethodgetSearchKeyword
()
internal/config/generator.go:571
↓ 1 callersFunctiongetTagType
(line string, beg int)
pkg/md/jirawiki/parser.go:516
↓ 1 callersFunctiongray256
(msg string)
internal/view/helper.go:211
↓ 1 callersFunctiongroupCommands
(cmds []*cobra.Command)
internal/cmd/root/help.go:75
↓ 1 callersMethodhandleFencedCodeBlock
(idx int, lines []string, out *strings.Builder)
pkg/md/jirawiki/parser.go:421
↓ 1 callersMethodhandleHeadings
(line string, out *strings.Builder)
pkg/md/jirawiki/parser.go:383
↓ 1 callersMethodhandleInlineBlockQuote
(line string, out *strings.Builder)
pkg/md/jirawiki/parser.go:392
↓ 1 callersMethodhandleList
(line string, out *strings.Builder)
pkg/md/jirawiki/parser.go:401
↓ 1 callersMethodhandleReferenceLink
(line string, out *strings.Builder)
pkg/md/jirawiki/parser.go:461
↓ 1 callersMethodhandleTable
(line string, out *strings.Builder)
pkg/md/jirawiki/parser.go:482
↓ 1 callersMethodhandleTextEffects
(line string, out *strings.Builder)
pkg/md/jirawiki/parser.go:369
← previousnext →301–400 of 712, ranked by callers