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 @kondaparthy sumanth, Is the 6 issue types associated to same workflow or different?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You cannot restrict if all the issue types are associated to same workflow based on the issue type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To achieve it, either you should have a different work flow for issue types (c &d ) or use some add-ons as @Ollie Guan provided.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Rambabu ,
I am using cloud version, and if it would be the different workflow what is the procedure to restrict.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Create one work flow (or copy existed one to new) and add workflow propertis to restrict for seven users and associate with c & d issue type. So that all seven users can create.
For the original work flow restrict the issue creation for 4 users and associate with a,b,e,f issue types. So that only these four people can create.
For work flow properties setting refer permissions-based-on-workflow-status.
Hope this helps for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can try the following configuration
1. Make different groups for users
2. Configure the transition properties in the workflow
3. Split each group's permission to create Issue
Hope it helps.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi ,
Thanks,
Please can you me the detailed steps for configuring the transition properties in work flow.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The following plugin can also fulfill your needs
https://marketplace.atlassian.com/apps/1211968/issue-type-filters?hosting=server&tab=overview
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.