Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to restrict multiple test issue type creations

Radha Kandimuthu
Contributor
February 27, 2019

I have an workflow, from there im trying to create "Test" issue type from transitions "inprogress to test". For this im using Create / Clone issue (JMWE add-on) Function transition.

I have achieved the test issue type creation whenever the workflow status submitted from "Inprogress to Test". Now i want to go back to workflow status from "Test to inprogress" without generating the new Test issue type field. How do i restrict with this..

I want only one to be created whenever i submitted from Inprogress to Test as well as Test to Inprogress.

Have attached the screenshot for your reference.

 

Issues.PNG

1 answer

1 accepted

0 votes
Answer accepted
Fazila Ashraf
Community Champion
February 27, 2019

Hi @Radha Kandimuthu 

We did something similar. What we did was, we put a condition to auto create those tasks only when a custom field value is 0 and in the next post function, we update the cf value to 1.

So again when the transition happens, the auto creation will not happen as the cf value is not 0.

Radha Kandimuthu
Contributor
February 28, 2019

Can you please let us know the post function conditions steps as well.?

Radha Kandimuthu
Contributor
March 3, 2019

@Fazila Ashraf

Please let us know the post function conditions steps?

Fazila Ashraf
Community Champion
March 3, 2019

Hi @Radha Kandimuthu 

Something like this in your JMEW add-on postfunction condition

 

image.png

Suggest an answer

Log in or Sign up to answer