Forums

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

How to know who fixed the bug in certain demand ?

Aa10203040
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 11, 2024

I have an opend bug on certain demand and I want to know number of bugs and who made reject or fix the bug before it closed

2 answers

0 votes
Yuliia_Borivets__SaaSJet_
Atlassian Partner
June 12, 2024

Hi @Aa10203040 

I am not sure what you mean by certain demand, but you can check the history of the bug to find out who updated it and when.issue change history Jira.jpg

Also, my team developed an app to check the history of multiple issues in your projects:

status updates of bugs in jira.jpg

It's possible to try it free for 30 days: Issue History for Jira

 

0 votes
Tinker Fadoua
Community Champion
June 11, 2024

Welcome to the Atlassian Community @Aa10203040 

Are you familiar with JQL? It is the best way to get a list of the issues with the criteria you have. 

Issuetype = bug and status in (reject, fix)

Let me know if you have any questions.

Best,

Fadoua

Aa10203040
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
June 11, 2024

Thanks Fadoua,

I want to know the last user that changed the bug status to "Fixed"  before bug went to "Closed" Status , Fox example:

issue history is :

To Do  --> By User1

inprogress --> By User2

Fixed --> By User2

inprogress --> By User1

request to Reject --> By User2

Fixed --> By User3

Closed --> By User4

 

now I want to right JQL to get the user User3.

 

Thanks in advance

Tinker Fadoua
Community Champion
June 12, 2024

Issuetype = bug and status = fixed 

it should list all the issues and make sure on the view to select assignee field so it tells right away if it was user3 who closed it 

 

Suggest an answer

Log in or Sign up to answer