Hi, I need advice on integrating some kind of document template so that when a user is receiving new hardware or returning a used one, I could print a release, acceptance document from the jira issue. I'm currently using Jira service management premium cloud. My assets are stored in insight. If I were to create a confluence template, can I somehow pull asset details like asset tag, serial number, etc to a confluence template?
Thanks for any ideas.
Hello @Adam Golaszewski ,
Thanks for reaching out and natively on Jira there is not an option to automatically upload a file directly to an issue, and interest in the ability to do this with automation rules is being tracked at the following link, make sure to add a vote to help us track continue interest, Noting that one is in the old issue tracker for automation under CodeBarrel before Atlassian acquired the tool and one is in the Jira.atlassian.com but both links are still being tracked:
But using Automation rules you could add a comment to the issue based on the input criteria that would contain a hyperlink to a download link where the desired file is being hosted.
As an example, you could use a rule like the following:
Please Download and fill out the following form.
- https://path/to/download/file/for/option_1
Once completed please attach the completed form to this request and transition the issue to request approval:
- {{issue.url}}
Please Download and fill out the following form
- https://path/to/download/file/for/option_2
Once completed please attach the completed form to this request and transition the issue to request approval::
- {{issue.url}}
Hope this helps, and some additional details on automation rules can be found here:
Regards,
Earl
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.