Hi,
We are using Jira and COnfluence since February, we had no problems before during linking Confluence Pages to Issues in Jira, but recently all users are getting the same message using links to Confluence: You don't have an application link set up for that Confluence site.
However, if we use the name of the page and search for it on the list there is no problem and everything works. Any ideas on how to fix it?
Hi @[deleted],
you are correct that out of the box Jira does not support this feature. You can vote for the corresponding feature request.
One possibility you could try is the JQL Tricks Plugin. Its docs list a function called movedIssues where you can search for issues which were moved from one issue type to another.
Cheers,
Matthias.
Thanks Matthias, I made a whole mess accidentally converting Epics to Stories and needed to track each of them down again. I was able to download the JQL Tricks plugin per your suggestion and utilize the following advanced search:
type = story AND jqlt.history.issuetype.from = Epic AND jqlt.history.issuetype.to = Story AND updated >= -7d
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.
Upvote so we can track when an issueType has changed here: https://jira.atlassian.com/browse/JRACLOUD-30663
Cloud version
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Darn. The JQL Tricks plugin for Jira Server is being sunsetted.
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.