Hi,
I have been looking for a plugin (or even a groovy script) to use on issues related to a bitbucket branch upon issue transition in order to
Can you please help on this (both for Server and Cloud)?
And if a solution exists, do you think it is possible to apply with another DVCS like gitlab for example?
Thank you vm
Managed to solve this by using this plugin, for example (AM Utils or Jira Workflow Toolbox) and its JQL Validator with this JQL "development[pullrequests].open > 1"
cheers
Hi,
Is this possible through the script runner validation scripts ?
Regards,
Santhosh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Santhosh Kumar Arogyaswamy
If you are on Cloud, then it is possible in any Jira expression-based validator including Script Runner.
The expression you need is as follows:
issue.customfield_10000.includes('state=OPEN') ? true : false
where customfield_10000 is a Development field. You may need to adjust ID on your instance.
I am from Forgappify, and we developed Jira Expression Validator, which is part of the Workflow Building Blocks for Jira app. In our expression editor, after typing 'issue.', start typing 'Development' to receive the correct suggestion for the ID. You can also provide custom validation message.
I hope it will help.
Cheers
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks for response. We are using the Data Center version of Jira.
Is there anyway we can use the Validators in Workflow and prompt the user if no pullrequest attached with jira issue ?
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.