Forums

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

[JIRA] [JQL] Get bug issues assigned on user/group of user on selected (choosed) day

rangunim r
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!
February 14, 2018

Hello,

I try to write a JQL query in searchbox in jira, which return me a bug issues that was/are assigned to user/group of user on selectedDay.

I try something like this:

project = "myProj" and issuetype="Bug" and assignee changed TO membersOf('group_name') ON ('2018/02/14')

but this query return only issues which users from "group-name" made changes ON "2018/02/14".

In destination and fun with Java (using jira-rest-client-api)  i want get all issuess which was opened on selected day( in example "2018/02/14") and was assigned to users from "group-name".

 

Thanks for any help,

Jacob

1 answer

0 votes
Gabriel Senna
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 7, 2018

Hi Jacob,

If you want to search all the issues, from a specific project, that are "Bug" on a specific day, you can try use this:

project = "myProj" and issuetype="Bug" and assignee was in membersOf('group_name') ON ('2018/02/14')

This way, it should return the Bugs that had an assignee of the group in the provided day.

Could you please check and confirm if it works for you?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events