Forums

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

I would like to get project issues sorted based on who made the modification to the Issue 'recently'

manjunatha.rajappa September 10, 2018

Mainly I would like to get project issues sorted based on who made the modification to the Issue 'recently' that includes part of the Issues History.

After my JQL query execution, User who made the modification to the Issue 'recently' to be listed for all project Issues based on the specific state of the issues.

 

Also looking for the way to get "Execution Times" and "Time In Source Status" details for A SPECIFIC transition given that includes part of the Transitions tab of Issue.

1 answer

0 votes
Mohamed Riza
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 12, 2018

Hi @manjunatha.rajappa

To get issues that are most recently modified using JQL, you may use the "ORDER BY updated DESC" like so:

project = SSP ORDER BY updated DESC

With regards to the transition tab data, this from from the JSU plugin. Looking at other posts in the community, this doesn't seem possible to use in the JQL: 

manjunatha.rajappa September 12, 2018

But the below JQL command doesn't give who/user name made the modification to the Issues recently, if issue has been modified by multiple users.

project = SSP ORDER BY updated DESC

 Yes, JSU plugin might help me to achieve my requirement, let me re-check and confirm the same.

Mohamed Riza
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 12, 2018

It is not possible to get the user's name who updated in the JQL currently as this information is not present as a custom field that can be leveraged on in the JQL. Rather this is a historic data, therefore you will have to open the issue to view historic information of the issue. 

This feature is implemented in an upcoming Jira version, Jira 8.0. You may review https://jira.atlassian.com/browse/JRASERVER-1973. You may get the EAP to check this feature out. 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events