I want to know for a specific Project within JIRA which of its issues are being used within an Application Linked Confluence and on what space/page they are being used. Is this something I can do within JIRA/Confluence?
If you have ScriptRunner for Jira you can use this JQL
issueFunction in linkedIssuesOfRemote("application name", "{Your Confluence Application Link Name}") AND project = {Your Project Key}
Worked perfectly! just had to remove brackets and insert into JQL search bar, I appreciate the help, Davin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Glad that worked for you.
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.