You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,6 +145,17 @@ $ JIRA_CONFIG_FILE=./local_jira_config.yaml jira issue list
145
145
$ jira issue list -c ./local_jira_config.yaml
146
146
```
147
147
148
+
#### Non-interactive mode
149
+
150
+
For programmatic usage and scripting, you can disable all interactive prompts with the `--no-input` flag. This makes the tool suitable for automation and CI/CD pipelines.
When a required field is missing in non-interactive mode, the command exits with status code 1 and provides an error message.
158
+
148
159
## Usage
149
160
The tool currently comes with an issue, epic, and sprint explorer. The flags are [POSIX-compliant](https://www.gnu.org/software/libc/manual/html_node/Argument-Syntax.html).
150
161
You can combine available flags in any order to create a unique query. For example, the command below will give you high priority issues created this month
0 commit comments