Jira Product Discovery Automation - Transition & Checkbox

Claire Prosser
Contributor
July 23, 2024

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! :)

1 answer

1 accepted

1 vote
Answer accepted
joachim ramberg
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 23, 2024

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
    }
}

Claire Prosser
Contributor
July 25, 2024

Hi Joachim

Thanks so much for your solution - it worked perfectly! 😊

Ravi November 11, 2024

@joachim ramberg

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

joachim ramberg
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 13, 2024

@Ravi 

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.

Ravi November 13, 2024

Sure.. Will do the needful. Have a good day

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
TAGS
AUG Leaders

Atlassian Community Events