Replies: 1 comment
-
|
I do not see a config key that injects default filters into The config file path can be selected with For repeat use, the source-backed workaround is a shell alias or function: alias myissues='jira issue list -a"$(jira me)" -s~Done'Or keep the filter in JQL and call: jira issue list -q 'assignee = currentUser() AND statusCategory != Done ORDER BY updated DESC'That keeps the default behavior explicit at the shell/JQL layer instead of depending on hidden list defaults. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to put some default
jira issue listparameters into the config file?I run
jira issue listand expect it to show issues that are not closed. Preferably mine.If I want closed issues I can search for them deliberately. I did not see a way to do this.
Beta Was this translation helpful? Give feedback.
All reactions