How can l create a queue in JIRA Service Desk to show me all the service tickets that have a JIRA ticket? The support team are creating support tickets then the development team are creating JIRA tickets which is then linked back to the service ticket and l would like to have a queue to see this.
Sean,
depending on your specific use case you could consider creating a unique state used when a JSD issue results in a JSW issue. I did this partly for the reason you seem to be eluding to. In my world internal customer are opening IT issues and product issues under my help desk project. If it is a product issue that requires development's attention then the agent creates a clone and move the JSD issue to the "Development" status. I then have automation set up to resolve the JSD issue when the JSW issue is resolved. Having this state allows me create a specific queue. Just a thought.
Yeah this seems to be the way Atlassian is handling their support queues also. Didn't think about that good suggestion Jack.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sean,
There is a plug in called JQL Tricks Plugin that you can use free for up to 6 months. I am currently using this plug-in. I want to see all Service Desk Tickets that have an open JIRA Ticket on them. Here is the JQL Query you will need underneath a specific queue within your JIRA Service Desk project
Issues to show:
issue in linkedIssuesHasStatus("Backlog", "To Do", "In Progress", "Selected for Development", "In Review")
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
But that is only available for server version. If you want to use a plugin to work it out then Scriptrunner is the way to go i think.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sean,
Out of the box I don't think you can achieve this. If you have Script runner available you can do the following.
https://scriptrunner.adaptavist.com/latest/jira/jql-functions.html#_haslinks
That said there might be other plugins offering same functionality but this is the one I know
Good luck!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.