Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,064
Community Members
 
Community Events
185
Community Groups

How do I copy the value of an issue picker custom field to an issue to be created with Automation fo

Marco Brundel
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.
Nov 17, 2020

How do I copy the value of an issue picker custom field to an issue to be created with Automation for Jira?

 

When transitioning an issue, I want to create an issue with an Automation for Jira rule. I also want to copy the value of an issue picker custom field from the trigger issue to the issue to be created.

How do I do this?

I've tried with 

 "customfield_14700": [{
"add": "{{triggerissue.customfield_14700.key}}"

but this is not working

1 answer

1 accepted

0 votes
Answer accepted

Hi Marco,

I probably would use a variable to store the value of the picker, create the new issue and add the value of the variable.

Create variable e.g. "PickerValue" using this Smart value

{{issue.fields.customfield_14700.value}}

then create the new issue

and

edit issue field and add your variable there

{{PickerValue}}

Hope that helps,

Holger 

Marco Brundel
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.
Nov 23, 2020

@Holger Rösch , thanks. it works with a so-called intermediate field.

@Marco Brundel Dear 

I'v got the same that your problems.

Did Your function worked?

Can You give me full code? 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events