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
I've confirmed that the JIRA issue has a field named duedate via command:- jira issue view TRAFFIC-23977 --raw | jq, however, I'm unable to sort my list of issues by due date.
jira issue list -s Open -a$(jira me) --order-by priority --order-by duedate --columns duedate
Describe the bug
I've confirmed that the JIRA issue has a field named
duedate
via command:-jira issue view TRAFFIC-23977 --raw | jq
, however, I'm unable to sort my list of issues by due date.Proof that
duedate
is indeed a valid field name.Please provide following details
To Reproduce
Steps to reproduce the behavior:
jira issue list -s Open -a$(jira me) --order-by priority --order-by duedate --columns duedate
duedate
Expected behavior
List should be sorted by
duedate
.Screenshots
Additional context
The text was updated successfully, but these errors were encountered: