It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Is there anyway we can find the last JIRA assigned person after we change the status to Holder (without going inside the JIRA),
Ex: Anyway we can write a Query to search ?
you need to generally train yourself on searching in JIRA:
https://confluence.atlassian.com/jira/searching-for-issues-185729570.html
The search that you ask for is quite basic - see some examples below:
JQL1: assignee = Dev A - this will give you all issues assigned to Dev A
JQL2: assignee = Dev A and status = "To Do" - this will give you all issues assigned to Dev A and not started
JQL3: assignee = Dev A and status in ("To Do", "In Progress") - this will give you all issues assigned to Dev A and either not started or in progress
Thanks Peter,
But my question is: Currently that JIRA assign person = Holder
Before assigned it to Holder it was under Dev AA.
So I wondering to take the person name which assigned to particular JIRA before it change to Holder. (so this is something trying to get record of the history, assign person name before Holder)
Otherwise as you explained above it is pretty straightforward, if it is under particular person name.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't know, if you can get this information for multiple issues using a query, but for a single issue you can see this in the issue's history:
issue_history.png
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Kistin,
Yes in the issue history we can see all the actions. But I am trying to take a record and display on the dashboard. Not sure whether this is possible with JIRA. Still trying to find the answer.
Thanks again.
Shan W
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have multiple projects that use variations of the same base workflow. The variations depend on the requirements of the project or issue type. The variations mostly come in the form of new statuses ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.