How to get the sprint information (sprint name, sprint ID) using the issue key.
Tried using "issue.CustomFields["Sprint"].Values", but it is giving empty value.
Hi Chetan - Welcome to the Atlassian Community!
What are you going to do with the Sprint ID?
The Sprint name would be {{issue.sprint.name}}
The ID would be {{issue.sprint.id}}
Hi,
Thanks for reply.
Can you give the example in C#, as I am not getting property like "issue.sprint".
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then can you please provide the complete example with {{issue.sprint.name}} ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to fetch sprint name tagged to an issue in my C# application.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.