-
Suggestion
-
Resolution: Unresolved
-
None
-
10
-
3
-
NOTE: This suggestion is for JIRA Service Desk Server. Using JIRA Service Desk Cloud? See the corresponding suggestion.
OnDemand version!
It would be very helpful to be able to use the ticket information within comments. Thous in automation we could refer to the persons name or build up a link, etc.
Example:
Hello ${reporter.displayName},
Please click http://foobar/resolve?${issue.id} to resolve the issue.
This would be a simple text replacement and no scripting would be required hence security is still given.
- relates to
-
JSDCLOUD-12367 Allow ticket variables in comments for Automation
- Gathering Interest
- links to
Form Name |
---|
FYI: we solved it adding in the comment the link provided in the email.
For approving:
[*Approve|https://$URL/servicedesk/customer/user/approval-action/$IssueKey/$approval_ID_of_the_issue/approve/analytics?sda_source=notification-email]
For declining:
[*Decline|https://$URL/servicedesk/customer/user/approval-action/$IssueKey/ $approval_ID_of_the_issue /reject/analytics?sda_source=notification-email]
$approval_ID_of_the_issue is a a value to be found in the pre-defined customfield named "Approval" that is not Null when the issue is waiting for approval (or if it has been approved/declined already)
See: https://community.atlassian.com/t5/Jira-discussions/Looking-for-variable-in-a-Service-Desk-approval-URL-for-Groovy/td-p/1163859#M10286