Hi ALM works support
we are trying structure plugin, we want to validate if issues are in structure for workflow transition, if the issues are not in given a structure, user should a msg to add that issue to structure.
for e.g, we have release issue type, when we change status for release, i want to check if bugs and WRs are associated with release, how to check and validate this condition in structures.
Thanks for support and help
Raj
Hello Raj,
To do that you will need to use some plugin, which allows using JQL queries for transition conditions. We have a sample plugin, which does that and we'll try to make it available on Marketplace some time soon.
For now you can use some other plugin - for example Script Runner, which lets you use "Allows the transition if this query matches a JQL query" script as a workflow condition: https://marketplace.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner
It's probably a bit of overkill, though, as it is designed for more complex things.
After it is installed, you’ll be able to create a JQL query using the structure() function, which comes with the Structure plugin and which extends standard JIRA JQL:
https://wiki.almworks.com/display/structure/Structured+JQL
Using this function you can specify various Structure-related conditions.
I'll add another comment here once we release the plugin for adding JQL for transition conditions.
Hope this helps.
Eugene
Update: Here's the Structure Workflow Validator that lets you use an S-JQL query in your JIRA workflow transition validator.
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.