I want to save information about issue's rank per column when transition is performed.
For example:
I have column "Selected for development" with 5 issues ordered by "Rank". Highest issue is most important.
User performs transition to column "Doing" on issue in the middle of the column (so it is 3rd counting from the top).
I want to save information about issue being third in column "Selected for development" when transition performed.
So far I managed to do it based on two custom fields:
- one calculates current position in column
- second is filled when transition is performed with value from first field
But it seems like a huge workaround. :/
Could you share the how friend?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This solution will slow down or even crash your JIRA instance:
I calculated a field in SQL using "SQL+JQL Driver: Transform JQL into SQL" app. The field showed the current position in column (which is basically a status).
Using "Automation for JIRA" I saved this value to another custom field on transition.
I used "Rank" field in SQL which caused JIRA to crash. This is a known issue - I've reported it to CodeBarrel, author of "Automation for JIRA". Because the code was faulty I don't have it anymore.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.