Forums

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

automation to gather previous 2 users

jeff_trotman March 11, 2025

Hi All,

So i have the automation for when an issue is moved from in review to in progress, which is one stage.

Screenshot 2025-03-11 at 08.56.24.png

 

but my question is, is it possible to find the user from a 2 stage difference, so for example, in my project we have the below set upScreenshot 2025-03-11 at 09.07.59.png

if I wanted to transition from QA to in progress, but the issue had been assigned to someone else during in review, would it be possible to get the information out of the issue history to get the name of the engineer during in progress and reassign it to him using automation.

 

thanks

3 answers

1 accepted

2 votes
Answer accepted
Stephen_Lugton
Community Champion
March 11, 2025

Hi @jeff_trotman 

Without using an addon, you can only check on who the current assignee is, not who the assignee was when the issue was in a previous status, in fact the answer by  @Pasam Venkateshwarrao showing the transition history is provided by an addon.

To clarify this, there is a changelog maintained for issues, but as per the snippet copied from https://support.atlassian.com/cloud-automation/docs/jira-smart-values-issues/ only a few properties are available from the changelog and assignee is not one of them.

You could get round this by adding in a number of new custom fields for each status and storing the assignee in the appropriate field e.g. 'QA Assignee' then using that field to update the assignee at a later time.

 


{{changelog}}

  • Used with: any triggers that edit an issue. 

This smart value accesses the changelog, and a list of changes for each field. For example, when an issue is transitioned you can see what status the issue transitioned from.

 Learn more about using smart values with sections and lists.

Available properties

  • {{changelog.summary}} - Changelog information for the Summary field.

  • {{changelog.issuetype}} - Changelog information for the Issue type field. 

  • {{changelog.status}} - Changelog information for the Status field.

 

 

jeff_trotman March 11, 2025

Ok Thanks Stephen, I guessed it might need to be custom fields, as I couldn't find any other way to do it.

0 votes
jeff_trotman March 11, 2025

ok, but how can i pull that information out for a new automation flow

Pasam Venkateshwarrao
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.
March 11, 2025

@jeff_trotman please try with post functions to achieve this in inprogress transition

refer the doc:https://support.atlassian.com/jira-cloud-administration/docs/configure-advanced-issue-workflows/

 

Hope this helps

0 votes
Pasam Venkateshwarrao
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.
March 11, 2025

Hi @jeff_trotman 

Welcome to the community,The issue  transitioned  from QA to In Progress you can see who moved the status in the issue Transition

Screenshot 2025-03-11 at 3.03.20 PM.png

Suggest an answer

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

Atlassian Community Events