Replies: 2 comments
-
Bumping the question since it seems it's been neglected. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @h0adp0re, sorry I missed this one. The rank is a custom field in your installation, so I assume one of the two things might be happening.
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I need to automate adding issues to the top of Todo, is this possible with the Jira API?
Edit: I realized I can check the schema from the config file and there was indeed a "Rank" field. Alas, attempting to assign a value to the field results in this:
The command issued was this:
jira issue edit CODE-1234 --no-input --custom rank="Top"
Beta Was this translation helpful? Give feedback.
All reactions