Hello community!
How can I add the Sprint ID in the field of the Issue ?
I see the field named "Sprint" but theres only the name of the sprint, i need the ID.
Is it even possible?
Hi @Adolf and welcome to the community
You can do this with Automation for Jira.
The smart value {{issue.sprint.id}} gives you the id of that sprint. But do note that if the issue has been a part of multiple sprints you get multiple ids. To get the last id, you need to use {{issue.sprint.last.id}}.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.