Good afternoon,
-1) Situation:
In Jira in Workflow, i create a Post Function "Send an email based on the following parameters:".
In "Email content", in "Subject", i put:
%{issue.key} - %{issue.summary}
In "Email content", in "Body", i put:
%{issue.description}
The goal is, when a user create a issue in the project, in that transition, send an email.
In fact the email is sent successfully.
-2) Problem:
The only problem is the format of the "Subject". Apear the Sumary, but the key don't.
Example, Create Issue:
Subject: Test Create Issue
Body: Description Test Create Issue
Result(Email content):
[JIRA] - Test Create Issue
Description Test Create Issue
-3) Question:
What should I do to appear, as in the example, with issue.key?
[JIRA] INFRA-11 - Test Create Issue
Description Test Create Issue
Best regards.
Hi @Isabel Fonseca , what App do you have installed which provides the postfunction sending an email?
Can you try to use
?
Hi,
Test performed, without success.
Attach Files:
Best regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Isabel Fonseca so you are probably using Jira Workflow Toolbox app, right?
Regarding the documentation ( https://apps.decadis.net/display/JWTSDC/Issue+key), your solution should work, so I suggest you to check it with vendor's support.
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.