Settings
The following table describe all the configuration options you can set for the application. All the settings can be set
using env variables with the format JIRA_TUI_<name>, where <name> is the name of the setting in the table below.
Example: these are equivalent JIRA_TUI_JIRA_API_USERNAME=foo@bar, jira_api_username=foo@bar
The application uses the XDG specification to locate
config (and log) files. The default name of the config file is config.yaml. You can override the location of the
config file via the env variable JIRA_TUI_CONFIG_FILE. The application will attempt to load the config
file in the following way:
If the variable
JIRA_TUI_CONFIG_FILEis set it will use the file specified by it.If not, if
XDG_CONFIG_HOMEis set then it will load the file$XDG_CONFIG_HOME/jiratui/config.yaml.If not, it will attempt to load the file from
$HOME/.config/jiratui/config.yaml.
Name |
Type |
Required |
Default Value |
Description |
|---|---|---|---|---|
|
|
Yes |
|
The username to use for connecting to the Jira API |
|
|
Yes |
|
The token to use for connecting to the Jira API |
|
|
Yes |
|
The base URL of the Jira API |
|
|
No DEPRECATED |
|
The ID of the group that contains all (or most) of the Jira users in your Jira installation. This value is used as a fall back mechanism to fetch available users |
|
|
No |
|
This is the base URL of your Jira application. This is used for building the URLs of different web links in the Jira TUI application. Example: |
|
|
No |
|
The ID of the Jira user using the application. This is useful if you want the user selection dropdown widgets to automatically select your user from the options. It is also used as the default reporter of any new work item that is created in the application |
|
|
No |
|
The number of results to show in the search results |
|
|
No |
|
This controls how many days worth of issues to fetch when no other search criteria has been defined |
|
|
No |
|
If |
|
|
No |
|
Controls whether Jira users without an email address configured should be included in the list of users and users assignable to projects and work items |
|
|
No |
|
A case-sensitive string that identifies a Jira project. If set then the app will use is as the default selected project in the projects dropdown and will only fetch this project from your Jira instance |
|
|
No |
|
The name of the custom field used by your Jira application to identify the sprints. Example: |
|
|
No |
|
When this is |
|
|
No |
|
When this is |
|
|
No |
|
|
|
|
No |
|
If set to one of the expression IDs defined in |
|
|
No |
|
When this is defined the summary of a work item will be truncated to the specified length when it is displayed in the search results |
|
|
No |
|
If |
|
|
No |
|
If |
|
|
No |
|
|
|
|
No |
|
An optional title for the application. This is displayed in the top bar |
|
|
No |
|
A custom title for the application. If set, this overrides |
|
|
No |
|
|
|
|
No |
|
The directory to start the search of files that a user wants to attach to work items. The user will be able to navigate though the sub-directories |
|
|
No |
|
The name of the log file to use |
|
|
No |
|
The Python’s |
|
|
No |
|
If this is |
|
|
No |
|
The name of the Textual theme to use for the app. See Choosing a Theme |
|
|
No |
|
If this is |
|
|
No |
|
The minimum number of characters required to refine the search results. See Enable Filtering Search Results |
|
|
No |
|
When performing full-text search this value controls the minimum length of the search term provided by the user. JiraTUI will always enforce a vlue >= 3; even if you set a value of 0 here. |
|
|
No |
|
If |
|
|
No |
|
Set this to False if you are using Jira Data Center (aka. on-premises) |
|
|
No |
|
Set this to True if your Jira instance uses Bearer authentication instead of Basic authentication. |
|
|
No |
|
The default order for search results. |
|
|
No |
|
The settings for SSL. |
|
|
No |
|
Configure the Git repos that are available for creating branches from the UI. See Setting Git Repositories |
|
|
No |
|
When |
|
|
No |
|
When |
|
|
No |
|
When |
|
|
No |
|
When |
|
|
No |
|
Settings for styling the dusplay of work item status and types in the search results. See Customize the Styling of Components |
|
|
No |
|
If |
|
|
No |
|
When |
|
|
No |
|
List of optional field IDs to ignore/exclude from the create work item form. Works with both default and additional fields modes. Example: |
|
|
No |
|
Enables/Disable editing rich-text fields using Markdown. |
|
|
No |
|
If set and |
|
|
No |
|
When |