|
|
|
How do you specify your own view of issues? I would need this functionality also.
I've only just got round to looking back at this. We do still need it. I assume that what Scott refers to is the selection of (XML | Word | Printable) when you are viewing an individual issue. I can't see that this helps our reporting though - we need a monthly report generated for the whole project, covering several hundred issues, so we can't do this one-by-one.
If there's a way to use the current functionality to do issues in bulk then please let me know. Hi,
This should be possible as a plugin. The Issue Navigator views are plugins since JIRA 3.7. Have a look at JIRA's system-issueviews-plugin.xml file. This is where the default Word View plugin appears. It shoud be possible to use the "issue-word" plugin as the starting point, copy over its files and modify the copy of single-word.vm to only show the needed fields. Then add a "search-request-view" that will use the new custom "word-view" to export multiple issues from the Issue Navigator. Cheers, We are also looking into having a own customized Word export layout
Info that might be useful: As a workaround we ended up writing a report plugin that generates HTML but saves as a Word doc.
Thanks for the info. I'll see if our team here knows how we can manage to do that as well (using a report plugin that generates HTML but saves as a Word document) I am kinda new to all this.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
As of JIRA 3.7, you will be able to specify your own 'views' of issues. This would enable you to create your own 'word' view of an issue.
I'll leave this open until 3.7 is released - let me know if that fixes it for you.