The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

HELP: Custom Fields & Printed Output / Reports

Brad Murdoch
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 13, 2014

I have the requirement to create a page in Jira / Confulence.

I need to create a form with custom fields for weekly status reports containing Risks / Issues / Project Updates / Action Items etc.

This will be used to report further up the organisational chain.

Managers will populate the fields each week, in a set structure.
The form will then be saved to look back at, and it should be printable in PDF.
It is very simple what I require.

What is the best way to do this?
What is the best product to use, can this be done with templates or is there a better way to implement this?

I want to do it with minimum development. Can it be done out of the box?

Thanks

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Midori
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
February 13, 2014

This is fairly trivial, and you can (should) do this solely in JIRA at the cost of some customization.

Confluence is not a good choice for handling this type of structured data.

  1. You should represent each of those domain objects ("Risks / Issues / Project Updates / Action Items") by issue types. For each issue type, customize the fields, and then the Create Issue screen will be your "form".
  2. Set up a saved JQL filter that returns the issues created in the current week (or the last 7 day, whichever fits your business rules).
  3. Then use the JIRA PDF View Plugin to export the result of your filter to PDF. The plugin is shipped with a Project Report template, use that as starting point and customize that to your needs.