About jql query

Abhishree Nagesh November 21, 2018

Hai,

1) JQL query to find the start date(FU Start date) planned for exactly next one week.

 

Regards,

Abhishree nagesh

2 answers

1 accepted

1 vote
Answer accepted
Alexey Matveev
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.
November 21, 2018

Hello,

I am not sure what you mean. Maybe you could provide an example. But your query would look like this:

FU Start date <= startOfWeek(14d) and FU Start date > startOfWeek(7d)

It will give you all issues with the FU Start date for next week. 

Abhishree Nagesh November 21, 2018

@Alexey Matveev thank you 

I have a field by name FU Start date, so query should give me issues that has start date from today to next wednesday(i.e excatly one week) according to the date entered in the field.

The query suggested is giving me issues with the FU start date more than a week.

Regards,

Abhishree Nagesh

Alexey Matveev
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.
November 21, 2018

Then your query would look like this:

FU Start date > now() and FU Start date < 7d

Abhishree Nagesh November 21, 2018

@Alexey Matveev thank you ,and it worked.

 

Regards,

Abhishree Nagesh

Alexey Matveev
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.
November 21, 2018

You are most welcome!

If my answer helped you, kindly accept my answer.

0 votes
kavi shree
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.
November 21, 2018

Hi @Abhishree Nagesh

 

Try 

FU Start date <= startOfWeek(5d) and FU Start date > startOfWeek(5d) 

 

Cheers

Abhishree Nagesh November 21, 2018

@kavi shree Thank you for your quick reply but its not working.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events