How to update the Product Owner field so that it's the same as the creator of the ticket

John Erickson December 19, 2024

Good day everyone,

Based on conditional logic I'm trying to update the Product Owner field so it equals the creator of the ticket. I have the conditional logic working, but I can't seem to have the Product Owner field update to equal the creator of the ticket.

I see the Assignee field has options, e.g., issue creator, but the Product Owner field doesn't.

Any feedback would be greatly appreciated.

Long story short I'm just wanting to automate the Product Owner field thus that it's the same as the creator of the ticket pending a Product Owner not a Developer created the ticket. Again, I have the pre-exisiting logic working.

I attached two images.assignee-issue-creator.pngcustom-field_product-owner.png

1 answer

1 accepted

6 votes
Answer accepted
Bill Sheboy
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.
December 19, 2024

Hi @John Erickson -- Welcome to the Atlassian Community!

If that is a single-select, user field, please use the ... menu to the right of the field to select "Copy" and then select the field again to copy the value from the Reporter.

Kind regards,
Bill

John Erickson December 20, 2024

Once again, thank you @Bill Sheboy. I greatly appreciate you. Out of curiosity is there any resource specific that you can direct me to better understand Jira Automations? I have all intentions of digging into this over the holidays pending work slows down.

Like Bill Sheboy likes this
Kelly Arrey
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.
December 20, 2024
Like # people like this
Bill Sheboy
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.
December 20, 2024

Yes, and...to what @Kelly Arrey suggested:

Although it can be cumbersome, read all the way down in the automation documentation.  Some things are quite well hidden, such as tips / tricks for using list iterators and the other example pages on smart value usage.  I recommend re-reading those at least quarterly.

 

Add community watches and read the articles in the Automation area of the community.  I recommend adding watches for the tag "automation" also, in general.

 

Monthly, check for defects / suggestions in the public backlog.  Here is a query I use to find automation ones for the last month.  The lastViewed clause helps when working your way through the list (so they are not displayed again after you have seen them).

project IN ( "Automation for Cloud", "Automation for Jira Server")
AND created >= startOfMonth(-1)
AND created <= endOfMonth(-1)
AND lastViewed IS EMPTY
ORDER BY Created ASC

 

Every day, check the Atlassian support pages to look for automation-related incidents.

 

Oops, I forgot my #1 method: create a test project and experiment to learn what does / does not work.  Preferably in a "free license" site (or test project) to avoid impacting your teams' projects.

Like # people like this
John Erickson December 20, 2024

Thank you @Kelly Arrey and @Bill Sheboy, I greatly appreciate you both!

Kelly Arrey
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.
December 22, 2024

To paraphrase, "I regret that I have but one like to give for @Bill Sheboy's response above." :-)

A hearty "+1" to all of Bill's points. Our test project is called JSB (Jira SandBox) and we exercise it regularly.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events