Skip to main content
Save a Jira API token so commands that interact with Jira, such as issue:pull, can authenticate. The base URL, account email, and token are written as block-style YAML to ~/.talos/credentials/jira.yml under the default profile. Create an API token at id.atlassian.com.

Usage

talos jira:credentials:create [options]

Examples

Run with no flags to be prompted for the base URL, email, and token (token input is hidden):
talos jira:credentials:create
Provide everything non-interactively:
talos jira:credentials:create --base-url=https://your-domain.atlassian.net --email=you@example.com --token=xxxxxxxxxxxxxxxx

Options

OptionDescriptionDefault
--base-urlJira base URL (e.g. https://your-domain.atlassian.net).Prompted if omitted
--emailJira account email used for Basic auth.Prompted if omitted
--tokenJira API token to store.Prompted if omitted
--silentSuppress the instructional message and the saved-to confirmation.false