We are busy designing a JIRA service desk which will be available for users in an active directory. Not all users in the active directory have got JIRA Software licenses.
When a ticket in the Service Desk can not be resolved by a Service Desk agent, they will create a linked issue to the JIRA Software Project's KANBAN board.
We need to allow the service desk customer to view and receive updates/comments on the KANBAN board issue. What will be the best way to do this?
Hi Marc,
I work at Elements, and we have a solution with our app Elements Copy & Sync. It can allow you to display your linked issues on the customer portal in a data panel.
See this tutorial for reference, it explains how to set Elements Copy & Sync up for this.
To sync comments, you can also use the app as presented in this tutorial.
This is not a native solution, but I hope this will help you provide your customers with visibility on linked issues.
------
UPDATE : if you're looking for a solution on Atlassian Cloud, we have splitter this feature in an other app: Elements Overview . This Cloud app allows you to display specific fields, such as SLAs, related issues, or custom fields, directly on the customer portal. By configuring Overview, you can ensure that customers have access to the information they need without overwhelming them with unnecessary details.
------
Cheers,
Julie
Hi Marc,
Unfortunately, it is not possible. To be able to work with the issue in the JIRA project (doesn't matter what type of project it will be) your customer should have a license.
As a workaround, you can implement some kind of automation to copy updates from the KANBAN project to the customer request.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thank you for your response, what automation process would you suggest?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think you need to listen "Issue Commented" event and run a custom script that will copy comment to the linked SD issue. Be sure that you will run your script by the user with SD license to add a comment to the customer portal. This type of functionality is provided by Power Script/ScriptRunner plugins.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A main point of the Service Desk is that the customers don't see the Jira issues behind the requests!
As Alex says, if there are things you do want to expose the customers to, the best thing is to copy the issue data into the request, which will need some coding or scripting.
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.