# of times FixVersion moved to other version

Prasanna Reddy July 1, 2013
Hi I Need to know # of times Fix Version is moved from one Version to Another.

1 answer

1 vote
Alex Perez
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.
July 1, 2013

I think that you essentially have two options, both involving some custom development ...

* create a custom report, which processes a filter or a project's version, and calculate that number by reading the history of each issue, filtering if each update was a fixversion's update ... etc.

* create a calculated customfield tht updates its value each time you edit the fixversion (don't know if a listener is required)

HTH

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
July 1, 2013

Yes, you'll need a listener to catch the edits of fixversion, unless you remove it from the general "edit issue" screen. (Also, you'll need a listener if you have greenhoppper).

Suggest an answer

Log in or Sign up to answer