I am configuring a Change Management process using JSM and the Change Request issue type. Here is a high-level description of how I want the process to work:
So, I know this is long, but wanted to describe all the different things I have tried thus far. Looking to see if I have exhausted all the possibilities or if there are other ideas out there.
i.e
<a href="{{issue.url.customer}}">{{issue.key}} - {{issue.summary}}</a>
[~accountid:{{issue.assignee.accountId}}]
Ref: How to mention another user
Hope this helps!
Best regards
Sam
Hi Sam, thanks so much for your answer! This worked, but took me to the request form view. This is not a deal breaker or anything, as I can un-hide the fields I don't need the requestor to fill in, but still want the approver to see, as I described above. I suppose I'm curious if there is any way to provide a link to the actual Issue rather than the Request Form, or is this just how things work when I'm using JSM and the request form?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In that case us the following:
<a href="{{issue.url}}">{{issue.key}} - {{issue.summary}}</a>
This will take you to the Jira issue link instead.
Best regard
Sam
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.