Hi,
I would like to ask you, how to enable values in jira sprint project checkbox (for company managed projects)? It looks like it doesn't work (e.g. in printscreen below)....In project are existing sprints....
Thanks in advance
Hello @Denisa Holečková
Can you provide your evidence that active and/or future sprints exist for that project? For example can you provide a screen image of the Scrum Backlog view for that project showing the project name in the upper left and the list of sprints?
Hi @Trudy Claspill , yes, there is only one active sprint in this project. I am sending printscreen in attachment below. But we have the same problem also in another projects...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for that additional information, Denisa.
Can you confirm that the sprint display was created in the same board you are viewing? A sprint will show in the board it where it was created, and also in any board that includes issues that have been added to the sprint.
Do other users get the same results that you see?
If you uncheck the filtering box and start typing in the sprint name, does it come up in the results? If so, it should show the board where it was created. Does that match the name of the board you are viewing?
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.
Another method you can use to find out the board in which a sprint was created is to use this REST API endpoint.
https://{your Jira URL}/rest/agile/1.0/sprint/{sprintId}
Remove the curly braces when you replace the values for your Jira URL and sprint Id.
The output will give you the ID of the agile board where the sprint was created. The ID of the board will be in the URL shown when you are viewing the agile board.
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.