Hello,
I'm trying to create an automation that creates a sub-task that essentially mirrors the parent task being created.
I was able to replicate all fields except attachments as it is not available in the list.
Is this doable?
Hi Ben,
This isn't currently possible. There is a suggestion to add this functionality in:
https://jira.atlassian.com/browse/JRACLOUD-75991
It would be worth watching that in case Atlassian give an update.
In the meantime you can add a smart value of the attachments url
{{attachment.content}}
For example add it to the cloned issue's description:
This will allow for download of the attachments but obviously is just a workaround for now and doesn't look as good as the original.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.