package
1.5.1
Repository: https://github.com/ankitpokhrel/jira-cli.git
Documentation: pkg.go.dev

# Functions

DateStringToJiraFormatInLocation parses a standard string to jira compatible RFC3339 datetime format.
ExitIfError exists with error message if err is not nil.
Fail prints failure message in stderr.
Failed prints failure message in stderr and exits.
FormatDateTimeHuman formats date time in human readable format.
GenerateServerBrowseURL will return the `browse` URL for a given key.
GetConfigHome returns the config home directory.
GetJiraIssueKey constructs actual issue key based on given key.
GetSubtaskHandle fetches actual subtask handle.
GetTUIStyleConfig returns the custom style configured by the user.
Info displays spinner.
Navigate navigates to jira issue.
NormalizeJiraError normalizes error message we receive from jira.
ReadFile reads contents of the given file.
StdinHasData checks if standard input has any data to be processed.
Success prints success message in stdout.
Warn prints warning message in stderr.

# Constants

Supported datetime layouts.
Supported datetime layouts.
Supported datetime layouts.
Supported datetime layouts.

# Variables

ErrInvlalidTimezone is returned if timezone is not in a valid IANA timezone format.
ErrorInvalidDateTime is returned when datetime string is invalid.