I am trying to create a query (or a combination of queries) with which I want to find issues with links, and the name of the linked issues beginning with something specific.
For example, I have names like:
ABScreens (ABScreens-12345, ABScreens-23456 etc)
ABFeeds (ABFeeds-12345, ABFeeds-23456 etc)
ABApps (ABApps-12345, ABApps-23456 etc)
and i want something like this:
project in ("Project Name") and type = Defect and issue in hasLinks() and linkName ~ AB*
Just the hasLinks() would return me all the issues with links and I am only interested in the issues that have links with issues beginning with AB.
I know that Script Runner is needed to use hasLinks() but i need to make sure I can create what i need before purchasing a licence.
Any ideas?
Thank you!