We have a project in JIRA where the users insist on printing out every issue - is there a way I can change the format and headings of hte output? I need to change the field order and put in custom headings?
Take a look at these few templates:
<single-issue-view key="issue-html" i18n-name-key="admin.issue.views.issue.plugin.html" name="Printable" class="com.atlassian.jira.issue.views.IssueHtmlView" state='enabled' fileExtension="html" contentType="text/html"> <resource type="velocity" name="view" location="templates/plugins/issueviews/single-word.vm" /> <resource type="velocity" name="style" location="templates/plugins/issueviews/single-word-css.vm" /> <resource type="velocity" name="header" location="templates/plugins/issueviews/single-word-header.vm" /> <resource type="velocity" name="footer" location="templates/plugins/issueviews/single-word-footer.vm" /> <resource type="velocity" name="previous" location="templates/plugins/searchrequestviews/searchrequest-link-previous.vm" /> <order>10</order> </single-issue-view>
Yes this will work but I guess this affects all JIRA projects for that server instance? Is there a way to change it per project?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nope. You will have to cater for that condition in the Velocity file itself.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How do I use this template? (where do I go?)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there a velocity file for the card view printing? I'd happily modify that for all projects - nobody here like the default format.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In case you would like to edit the printing templates in UI instead of velocity templates, you might want to give Agile Cards a try (https://marketplace.atlassian.com/plugins/com.spartez.scrumprint.scrumplugin/cloud/overview). It is available for both Cloud and Server JIRA and comes with a powerful template editor.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Stephen,
Using our Intelligent Reports plugin you can define a template in Microsoft Word and fill it in with simple point and click rules. You can include whichever fields (including custom fields) in whichever order you like. Furthermore, you can have any number of different templates for different projects or purposes you like.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.