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,553,465
Community Members
 
Community Events
184
Community Groups

Auto Populate Label from Another Fields

We are looking to auto populate the label field with the value from a custom field using the JIRA built in project automation. Does anyone know how to do this? The custom field is variable so it would be filling out that field then that field would populate the label. 

2 answers

0 votes
Ravi Sagar _Sparxsys_
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.
Jan 05, 2021

Hi @Danielle Mather 

In your rule add "Edit issue field" action and in the additional fields use this JSON.

{
"fields": {
"labels": [
{{#issue.labels}}"{{.}}", {{/}}
"{{issue.Custom Field.value}}"
]

}
}

This will append custom field value to existing labels. Make sure the value is valid so label can accept it.

Ravi 

@Ravi Sagar _Sparxsys_ 

Automatically populate the Labels field:  We would like to have the "Labels" field automatically populated with the value "In-Progress", when a story is moved into the Analysis column.  The label should be added to any other values which are previously there. 

@Ravi Sagar _Sparxsys_ - would it be possible to make it remove the label once it is removed manually from the custom field? Could that be added to this JSON or a separate automation would be needed? How could this be done?

Suggest an answer

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

Atlassian Community Events