Forums

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

Get all assigned jira ticket on a particular date.

Sandeep Kumar Sahu
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!
March 29, 2020

I want to write a jira query (JQL) by which I can get "How many tasks are assigned on a particular date to me and my team members"

 

For Example, I want to see how many tasks are assigned to me on 22 march?

2 answers

1 accepted

1 vote
Answer accepted
Jack Nolddor _Sweet Bananas_
Atlassian Partner
March 29, 2020

Using advanced search you can type the following JQL:

assignee CHANGED TO currentUser() on '2020-03-23'

You can also replace currentUser() function and just type the name of a particular user of your team.

Regards

Sandeep Kumar Sahu
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!
March 30, 2020

Thanks for the support.

With the help of this query, I can find out the task of the current user if I want to see the tasks of my and my team members then what is the suitable query?

Jack Nolddor _Sweet Bananas_
Atlassian Partner
March 30, 2020

Sadly you must concatenate this query X times something like that:

 

assignee CHANGED TO currentUser() on '2020-03-23' OR assignee CHANGED TO user1 on '2020-03-23' OR assignee CHANGED TO user2 on '2020-03-23'
0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 29, 2020

I am sorry, I know this is going to sound bad, but could you be clear on which one you mean?

Your question has two subtly different ways to be read, and I am not sure which one you are asking.  Are you looking for:

  • Assignee was changed from somebody/unassigned to you on the 22nd
  • You were the assignee for part or all of the 22nd

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events