Forums

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

Reports for all completed tasks

Emma Lecce
November 27, 2018

Hi guys,

I use Jira Core and I see how I can export a report on various things once I go into a particular project.

What I would like to be able to do, however, is get a report on ALL completed tasks over a period of time. In other words , I don't want a report just on a particular project but on all projects where work has been done. 

I hope this makes sense? 

Thank you in advance!

2 answers

1 vote
Geert Graat
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 Champions.
September 23, 2014

Hi,

You can use the following to retrieve the status name:

issue.getStatusObject().getName()

If you define a scripted field, you can quickly test such a condition with a specified issue key.

Kind regards,

Geert

0 votes
Melissa Bay
September 24, 2014

Hi @Geert Graat,

 

Thanks for the response.  I'm still a little unsure how to get this working properly.  I've input the following now for the condition.  Do I need to specify the issue key for getStatusObject()? Also, do I need to specify anything in the brackets for getName?

 

issue.getStatusObject().getName() == 'Approved-Company Car'

JamieA
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 Champions.
September 24, 2014

issue.getStatusObject().getName() is exactly the same as issue.statusObject.name You don't specify any key because you have the issue in the "issue" variable...

Melissa Bay
September 24, 2014

@Jamie Echlin [Adaptavist] Thanks, Jamie. Makes sense. It's still not working for me with condition= issue.statusObject.name == 'Approved-Company Car' This is a custom status I created. I tried removing the space between "company" and "car" to see if that would work... still nothing. I'm out of ideas now.

JamieA
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 Champions.
September 24, 2014

maybe you have a trailing space or something on your status name. Is the condition tester there? If so try: assert issue.statusObject.name == 'Approved-Company Car' (just to test) and post the output.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events