Hi all,
We have a requirement where we need to restrict the option for logging work whenever a card is created and is in an Open/To-do status i.e. the initial state. The thing is that this workflow is shared by multiple projects and we want to restrict this option only to certain projects (based on the value of a project field).
Is it doable ? If so, how can we achieve this.?
Thanks in advance,
Neha
HI @Neha Sharma
Yes, you can.
First of all, as you mentioned the current workflow is shared with multiple projects, to apply only for the specific projects you need to copy this workflow and workflow scheme.
Add the copied workflow to copied workflow scheme and associate this copied workflow scheme to those specific projects. for more details please have a look at this Atlassian article.
https://confluence.atlassian.com/adminjiracloud/configuring-workflow-schemes-776636598.html
To restrict the work log on a particular status, you can use the workflow properties..also you can have a look at this previous community discussion for the same.
Hi @Neha Sharma ,
You can achieve this with Jira Misc Workflow Extensions (JMWE)add-on as well.
You will need to add scripted validator to your shared workflow, which will check if transition is performed from an allowed project.
Something like this:
Also this add-on will help you to check request status and prevent it from transition.
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.