You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
We created an automation rule that Clones Stories as Subtaks
When {Comment = "Clone"}
Then {Create Subtask}
Description:
{{issue.description}}
---
Copy of attachments from Parent:
{{#issue.attachment}} Attachment - {{content}}, {{/}}
The Description of the Subtaks includes the Description from the Parent + the URL of the attachments in the Parent.
If the user clicks on the thumbnail of the Parent – Jira shows the image. This is perfect.
If we click on that image that is shown and we 'Open in new tab' - I get the following url:
blob:https://xxxxx.atlassian.net/secure/attachment/10706/image-20201027-100224.png
In the Description of the Subtask we're getting something like:
Copy of attachments from Parent:
https://xxxxx.atlassian.net/secure/attachment/10706/image-20201027-100224.png,
*** Problem ***
When the user clicks on that link, instead of showing the image Jira is downloading the image.
Is it possible to create a URL to open the image?
We'd like to replicate the behaviour from the Parent. Something like "blob:https://xxxxx.atlassian.net/secure/attachment/10706/image-20201027-100224.png" would be great.