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
Examples
Run with no flags to be prompted for the base URL, email, and token (token input is hidden):Options
| Option | Description | Default |
|---|---|---|
--base-url | Jira base URL (e.g. https://your-domain.atlassian.net). | Prompted if omitted |
--email | Jira account email used for Basic auth. | Prompted if omitted |
--token | Jira API token to store. | Prompted if omitted |
--silent | Suppress the instructional message and the saved-to confirmation. | false |