feature request: add issue to current sprint with --current flag #424
Unanswered
tomnieuwland
asked this question in
Ideas
Replies: 3 comments
-
I found a way to create an issue with current sprint.
Also see the caveats section, the custom sprint field may be wrongly defined. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@mochja BTW, the command |
Beta Was this translation helpful? Give feedback.
0 replies
-
I would love this feature also! And thanks for the workarounds on retrieving the current sprint ID. |
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.
-
G'day
First of all, thanks for the great tool. It's extremely useful.
I was wonder if it is possible to add an issue to the current sprint using something like this
jira sprint add --current [...ISSUE-N]
or alternatively even the ability to create a new issue in a sprint with something like
(where
jira sprint current
returns the ID for the current sprint)jira issue create --sprint $(jira sprint current)
Once again, thanks for the tool!
Beta Was this translation helpful? Give feedback.
All reactions