Replies: 1 comment 2 replies
-
Digging further, I think this is close to what I want: However, this still outputs the ticket ID as well:
Is there any way to just output the fields/columns I requested? Ideally I would get back output like this: It'd be nice if this worked like the (relates to #228) |
Beta Was this translation helpful? Give feedback.
2 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.
-
I assumed this was built into the CLI, but I can't seem to figure it out (I feel like I'm missing something obvious).
How can I look up the status of a particular ticket? I'm expecting something like
jira issue view {ticket ID} --status
orjira issue view {ticket ID} --fields=status
or something.Beta Was this translation helpful? Give feedback.
All reactions