Jira expression to look up Remote Links?

Artem Fomin August 6, 2021

I need to create a validator that would confirm the existence of a third-party remote link (Phabricator) if an issue is resolved as Fixed.

issue.links only returns the locally linked issues.

Is there a way to pull the list of external links via a Jira expression?

The current workaround is to use REST API in a post-function to reopen an issue if it's been resolved without a link, but I'd like to make this implementation cleaner with a validator (if possible).

Thanks!

1 answer

0 votes
Martin Ferreira April 1, 2022

Have you found an answer to this?

I am trying to make a validator where it will check if the issue is linked with a confluence page.

Suggest an answer

Log in or Sign up to answer