When a work item transitions, based on specific values in a custom field, I need to validate that a Confluence Page with specific words in the title of the page is linked or the transition is blocked.
I used the AI-enhanced expression builder to help build the expression. Here the result
Hi Richard,
The Jira Expressions documentation page here shows what properties you can call on an issue, and unfortunately, there is no remote links property, which is why you are getting the error you are seeing.
As Atlassian doesn't provide a property for this, then it will not be possible to validate that links to Comfluence pages exist.
Regards,
Kristian
Kristian,
Thanks for the link to the documentation. You would think they would have a way to determine if remote links are attached to a work item.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you using a 3rd party app in your instance related to workflows or are you using automation for this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This is a scripted validator using Adaptavist ScriptRunner. I don't believe there are any native validators for what I'm attempting to do.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could look at the documentation of the app if this is possible or reach out to the support department of scriptrunner.
They might be able to help you out.
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.
Hi Richard!
Could we get a screen capture of your attempt? You seem to be using a Jira Expression which is something that I didn't know you could to in Automation :O
The behaviour you are trying to accomplish could be achieved using workflow plugins such as Workflow Magic Box | Atlassian Marketplace (disclosure: My company created this plugin). It adds the possibility of using Jira Expressions and Conditions and Validations at the workflow level, so it should do the trick :D
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Jaime Escribano This is a workflow validator, which uses Jira expressions.
I've used this type of thing to ensure linked work items are closed during the transition period and to ensure if certain work item types are needed, they are attached. That was done with the existing Adaptavist tool.
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.