Is there a JQL to search the "issue Links" section of an issue by if specific text exists there? (or do you need to specify a link)?
Hi,
With standard JQL you can only get a list of issues with remote links and export them to Excel for further processing. This works if you want to do a one-off analysis.
Standard JQL doesn't easily allow it but the results can be quickly found using our professional indexing service:
After you install the app you can simply search:
remoteLinkTitle=
"My Page"
You may want to check out the docs as well.
I hope this helps!
Daniel
Not sure I follow. You can do the following which returns the issues that have links of a given type…
issueLinkType = "is blocked by"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks for the response. We also have confluence so we asked the users to link the page to their issue. I just want to find how many issues are attached to the page. I thought I could do this by seeing if the "Issues Link" section of the page has that page in that section.
I hope that clarifies.
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.
Is there a way to search using JQL if "Issue Links" section contains a specific text(this could be the text of the wiki article) or an identifier?
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.
Hmm is there a way to find if what are the child issues of an issue?
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.