Forums

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

how to screen issue that status transitioned by currentuser()

杨大树
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!
October 24, 2024

dear all,

my jira version is 7.3.6(it is older).

and I want to know that:

how can I screen issue that status transitioned by currentUser() ?

it is good if a way that can be saved as a filter shared to all.

wish your repliing~~~~~

 

2 answers

1 accepted

4 votes
Answer accepted
Manon Soubies-Camy
Community Champion
October 24, 2024

Hi @杨大树 and welcome to Community!

I use the following query on Jira Cloud, it should also work on your Jira on-prem:

status changed by currentUser()

Hope this helps!

- Manon

杨大树
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!
October 24, 2024

Yeap yeap~

It is in effect.

by the way ,I find some other JQL to work:(simon is one's jira login username)

issue in transitionedByUser("simon") 

 

Like Manon Soubies-Camy likes this
0 votes
Dick
Community Champion
October 24, 2024

Hi @杨大树 , Welcome to the Atlassian Community

CurrentUser() is always the person logged into the windows machine that has the open browser with Jira in it. 
You can edit a workflow's status transitions by clicking on the arrows between statuses and modifying this step (ie by adding post-functions that are executed after the transition).

You can make individual quick-filters for showing Jira-issues of a specific assignee. These are then shown as buttons above your scrum/Kanban board. 

 

Hope this helps a bit (we're fighting a language barrier a biit, I think)
Dick

By voting for helpful posts and marking answers to your question, you're helping people with similar questions find a solution more quickly. Sharing is caring applies to knowledge as well :)

Suggest an answer

Log in or Sign up to answer