Forums

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

Find out the issues/stories/sub-tasks which I worked only on the weekends in last one year.

Hemang Shah October 22, 2019

So I need to provide the list of tasks which I worked over the weekends and update the status to Dev Complete or QA in last one year.

 

This is my current filter -

status in ("In Development", "In QA") AND resolved >= 2019-01-01 AND resolved <= 2019-10-22 AND assignee in (currentUser()) order by created DESC

1 answer

1 accepted

1 vote
Answer accepted
Haran Kumar
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.
October 22, 2019

Hi @Hemang Shah  

If i have understood you correctly, 

To check for the tickets  that you have changed to Dev completed or QA , the following JQL can be used ,  

status changed TO "DevCompleted" OR status changed TO "QA"  AND assignee was in (ur_name). 


To check for weekends task

updated >= startOfWeek('+5d') AND updated <= endOfWeek(). 

Assuming Saturday and Sunday as your weekends. If its only Sunday then use  StarOfWeek('+6d') . 

 

Currently out of box you cannot get this data on cumulative basis for the whole year. You have to use any available plugin or write own code using script runner to achieve the required output. 

Hope i answered your question. 

Regards
Haran

Hemang Shah October 25, 2019

Thanks @Haran Kumar 

Like Haran Kumar likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events