I had written the below code to get attachment in the email and it is not working please let me know where is the mistake.
Hi {{issue.assignee.displayName}},
The following issue has attachment linkage:
{{issue.key}} - {{issue.summary}}
{{#issue.attachments}}
-[{{filename}}]({{URL}})
{{/issue.attachments}}
Learn more about this issue: {{issue.url}}
Regards,
Jira Automation
Hey Denis,
Welcome to the Community, you can do this with the help of an add-on in Jira. There have been several similar threads here to with suggestions: https://community.atlassian.com/t5/Questions/Parent-issue-needs-to-close-once-sub-task-are-closed/qaq-p/89276
Scriptrunner for Jira has a built in script which does this: https://scriptrunner.adaptavist.com/latest/jira/builtin-scripts.html#_transition_parent_when_all_subtasks_are_resolved but you might want to check out some of the other add-ons too.
Please let the community know how this works out for you!
Cheers,
Keri
I already pay for Jira Cloud, I don't want to pay for a plugin as well, isn't that possible without extra plugins/addons?
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.