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 ?
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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.