Hi,
I'm looking to find a way to do the following automation in JPD:
When an issue is transitioned from X to Y in workflow
Then tick the check box for Z field
so for example
When an issue is transitioned from 'Discovery' to 'Impact' in workflow
Then tick the check box for 'Ready for Triage' field
The 'Ready for Triage' field is a custom checkbox field that I've created. Is this automation possible?
Thanks! :)
Yes, it's possible with an automation. Use the Edit field action and write something like the example code below to set the checkbox to true.
You can use this url to find the id of your custom field: https://<your-domain>.atlassian.net/rest/api/3/field
{
"fields": {
"customfield_10324" : 1
}
}
Hi Joachim
Thanks so much for your solution - it worked perfectly! 😊
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for sharing knowledge.
I am a Novice in JPD and getting my hands on. I wanted to know that is it possible to open a company managed project in JWM with the idea name in JPD using automation? How to do it?
Thank you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Sorry, but I don't fully understand what you want to accomplish. I suggest that you start a new post so that you reach more ppl.
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.