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~~~~~
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
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")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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 :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.