如何在JIRA中生成包含用户素材和子任务的报告?

时间:2015-09-30 20:26:15

标签: jira agile

想象一下,我想从JIRA为Sprint生成报告,其中包含用户故事和子任务。我正在尝试使用以下格式生成JIRA的报告:

{
  // Should we check the connection status immediatly on page load.
  checkOnLoad: false,

  // Should we monitor AJAX requests to help decide if we have a connection.
  interceptRequests: true,

  // Should we automatically retest periodically when the connection is down (set to false to disable).
  reconnect: {
    // **How many seconds should we wait before rechecking**.
    initialDelay: 3,

    // **How long should we wait between retries**.
    delay: (1.5 * last delay, capped at 1 hour)
  },

  // Should we store and attempt to remake requests which fail while the connection is down.
  requests: true,

  // Should we show a snake game while the connection is down to keep the user entertained?
  // It's not included in the normal build, you should bring in js/snake.js in addition to
  // offline.min.js.
  game: false
}

在上述情况下,DEP-346和DEP-347是DEP-345的子任务。问题是如何生成此报告。我尝试了JIRA中的报告以及JIRA中的“问题”选项卡。我能得到的最接近的是:

Key                   Summary                                    T
DEP-345               To integrate with the new web service     Story
DEP-346               To check SOA availability                 Sub-Task
DEP-347               To deploy WebService                      Sub-task

任何想法如何生成开头所述的报告? JIRA中有插件吗?我试过JQL,但我运气不好。

1 个答案:

答案 0 :(得分:0)

您应该能够使用JQL,您需要选择的是Jira Agile插件用于将Jiras附加到sprint的自定义字段。在高级查询视图中,开始键入" sprint"并且应该出现字段名称。然后,您可以将其设置为您的冲刺名称,以获取冲刺中所有项目的列表,包括子任务。