Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,559,605
Community Members
 
Community Events
185
Community Groups

Creating a link to reopen the service request in email notification

I use scriptrunner to send custom notifications when solving a service request in the service desk project. The notification contains images corresponding to the user's satisfaction (from 1 to 5) and a picture of the reopen request.

Screenshot_4.png

I tried to use the link that is located in the corresponding transition button:

{getWorkflowButtons.call ()}

https://jiraurl.ru/secure/WorkflowUIDispatcher.jspa?id=74602&action=191&atl_token=B38Y-ZHP9-M1RN-5RJC_152387e13adf686e91da5d27abcb52abab7601af_lin

But when the user clicks on it, the user goes to the main page of the customer portal service desk.

Please tell me how you can create a link so that a user who only has customer access to the service desk project, when clicking on the reopen request image, everything works correctly?

 

1 answer

0 votes
Peter-Dave Sheehan
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Sep 01, 2021

I am not aware of a URL you can click that will cause the issue to transition automatically from the customer portal.

The customer portal option to transition an issue calls a rest API with a PUT method and some payload.

url: /rest/servicedesk/1/customer/requests/transition
payload: {issueKey: "ISV-2", transitionId: 11, comment: ""}

You could get fancy with using a custom rest api endpoint that accepts a get. But you'll have to make sure your api is smart enough to redirect to login page, then back to the API to trigger the transition then back to the issue.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events