Forums

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

Problem Copying Values Using Create Issue because Custom Field isn't Available

Rebekka Reischl April 7, 2025

 

 

I have created a new user select single picklist called "Architecture Evaluated By." This field is available on the edit and create screens for both my Request and Story Issue types.

Desired Outcome:

What I'd like to happen is that when I trigger automation manually from a Request to create a Story it copies the value in Architecture Reviewed By to the new story.

Problem:

"Architecture Reviewed By" is not available to select as a field as part of the Create Issue automation action. I have been through all of the checks I could find to ensure it's properly set up, and am left with thinking for whatever reason it's one of those that isn't supported and requires me to use the advanced options.

2.JPG

Based on a very helpful suggestion by a different community member, I was hoping I might in some way be able to leverage a log action to identify the user value, and then stamp that value into the field, but I'm new to automation and not doing it right in some way (probably a lot of ways.)

1.JPG

Is anyone able to provide some advice on how I can accomplish my desired outcome? Thanks in advance!

1 answer

1 vote
Trudy Claspill
Community Champion
April 7, 2025

Hello @Rebekka Reischl 

If a field isn't available from the Choose fields to set list the you will likely have to use Advanced Editing with JSON.

https://support.atlassian.com/cloud-automation/docs/advanced-field-editing-using-json/ 

Take a look at that page and let us know if you have additional questions.

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.
April 7, 2025

Hi @Rebekka Reischl 

Adding to Trudy's suggestions...

Please see this how-to article to find the correct smart value (or custom field ID) for your field.  That will help when setting the value in the JSON expression.

https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/

The basic steps are:

  • identify a work item with your field
  • use a browser tab to call the REST API to lookup your issue:
    • yourJiraURL/rest/api/2/issue/yourIssueKey?expand=names
  • search on the page, such as with Control-F, to find the field and the correct smart value / custom field ID to use

 

Kind regards,
Bill

Like Trudy Claspill likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
ENTERPRISE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events