Reporting on issues that move from one project to another

Matthew Carr January 6, 2016

Hi,

I have been looking for a way to track JIRA issues that have been moved from one project to another.  Currently we have a project that acts as a backlog of tasks.  Once these tasks have been assessed, they are moved to one of a number of projects.  But since they are not Resolved, JIRA's inbuilt Created vs. Resolved charts cannot show me how many pieces of work we have completed in this backlog project over a defined period.

Does Scriptrunner support a Function like Project WAS IN ‘Project XYZ’ or similar?

Thanks,

Matt

1 answer

0 votes
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 Leaders.
January 7, 2016

JIRA doesn't seem to support "project was" natively. I would maybe have a script field that shows the previous issue keys:

com.atlassian.jira.issue.managers.DefaultIssueManager#getPreviousIssueKeysForMovedIssues(issueId)

which you could then query on. Not tested though...

Suggest an answer

Log in or Sign up to answer