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,557,701
Community Members
 
Community Events
184
Community Groups

Is it possible to capture the old and new values for Status and Assigned to Group through Automation

Hi,

Is it possible to capture the old and new values for Status and Assigned to Group through Automation configuration just like standard email below?

2.PNG

Please help me out on the same

 

Thanks,

2 answers

1 vote
Kristopher Perez
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.
Apr 27, 2023

You are looking for the {{fieldchange}} and {{changelog}} smart values. Take a look at those 2 section in the documentation here -

https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/#--fieldChange--

 

Here is the syntax

{{#changelog.issuetype}}
  {{fromString}}
{{/}}

and this too:
{{fieldChange.fromString}}

Returns the previous value as displayed.
 

0 votes
Joseph Chung Yin
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Apr 27, 2023

@Sreenadh -

What is your reasoning for capturing the the before/after values?  Generally speaking, those data (changes) are already stored in the Activity tab associated with each issue.

If you have a need to capturing the before/after value, then you will first need to create custom fields to store the before value, associate the fields to your project's issue type(s), expose the fields in the issue screen(s) (In regards to the screens, I would recommend to expose them only for issue view screen)

Afterward, you can create custom automation rule to populate those new fields (i.e.Issue created event) where the initial values are populated, then when those actual (original source) field is changed, you will already have the original field value assignments.

In my opinion, capturing the before and after value is a un-necessary action because the Activity section already contain the field value change history.

Hope this helps.

Best, Joseph Chung Yin

Jira/JSM Functional Lead, Global Technology Applications Team

Viasat Inc.

You can use automation based on a JQL;

Status WAS {statusname}

or

If you are wanting to group assign when it goes from one status to another, ie. Initial analysis to > In progress (supreme team)

Create an automation using the transition trigger from one status to another. 

> Action: edit: custom field name: <group assignee>

alternatively, if you wanted to standardise the JSM Workflow, you could use a standard ‘In progress’ status with a transition screen allowing the user to select the group themselves instead.  

Suggest an answer

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

Atlassian Community Events