I was to prevent inserting a ticket to a sprint if the ticket is not in a certain Status (e.g. ready for development.
In https://jira.atlassian.com/browse/JSWSERVER-13214 it says you can achieve this by using a condition in the workflow but I am not sure how. My case is not condition on the transition but rather on the 'add to sprint' action.
Any ideas?
Thanks.
Hi @Iris Gal , I have been searching for a solution to this exact problem, and I agree that having 2 boards is inefficient for startups. It appears that folks have requested this feature a number of times in the past, but each feature request gets Closed by Jira due to "lack of interest". It's hard to believe that others are not interested in having the ability to disable the "Start Sprint" button until certain conditions are met. Seems like a very basic feature to me
Hi @Mark Segall
Thanks for the interesting suggestion. However, since we are a startup, I don't want to slow down the work for the teams by using 2 boards.
Is indeed there nothing else beside user permission to prevent adding issues to sprints?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Iris Gal - I think the response to that suggestion was either misleading or misunderstanding the request. Conditions are intended to prevent issues from transitioning until the conditions are met (i.e. Do not transition if the sprint field is empty vs. Do not add sprint value until the issue is in status x).
Your best bet for this scenario is to split the board:
OR (status = "Ready for Development" and status changed AFTER -5d)
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Mark Segall
Thanks for the interesting suggestion. However, since we are a startup, I don't want to slow down the work for the teams by using 2 boards.
Is indeed there nothing else beside user permission to prevent adding issues to sprints?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You may be able to do something with a workflow property on the statuses you don't want users to be able to add to sprint:
This Denying the schedule issue permission on those statuses would prevent users from being able to drag into sprint or adding a due date.
Note - This would also mean that they cannot add to future sprints either
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mark
This doesn't really work and there is a bug opened to Atlassian about this https://jira.atlassian.com/browse/JSWCLOUD-20511
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.