hey,
is there any specific plugin for jira that might help
thanks!!
Hi @Or Mizrahi ,
do all the issues share a single workflow? From my experience and depending on how many workflows are involved, a global transition with a single post function (or a set maybe) should work best here in combination with a bulk operation. Speaking for Jira Workflow Toolbox (our own product) the app offers a post function called Set field as a function of other fields.
The configuration would be as simple as
(Fail)Yes
if your default value is really already "No" everywhere. If not add a second line "(Pass)No".
This is also perfectly possible with other workflow apps if you already have them in use. You can, for example, find plenty of groovy script examples to use with Scriptrunner or JMWE.
So if you can provide some more information we should be able to solve your problem rather quickly.
Best, Max
Hi @Or Mizrahi ,
Welcome to community, By default Atlassian Jira does not have this feature. You may need to use some scripts here with Behavior fileds or scripted fields. JIRA script runner is one of the plugin that provides these and there are also number of plugins in the market. Please check
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hey, thanks for the answer.
i tried to use scripted fields from the script runner, but i didnt have any success with it.
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.