Does jira have any in-built ability give me a report of issue type-Bug is converted to story?
Please let me know.
Thanks
Siva
So it may take a little finagling to get the report but you may be able to use the automation tool to find those issues that were a Bug and now a Story.
Trigger: When a value changes for
Issue type.
Condition: Issue fields condition
Field – Issue Type
Condition – equals
Value - Story
Condition: Advanced compare condition
First value - {{#changelog.issuetype}} {{fromString}} {{/}}
Condition – contains
Second value - Bug
Then you can take that information and possibly update a field and then report on that field.
Jira does not provide that ability out of the box.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.