Index
[Downloads (PDF, HTML & XML formats)]
[Other versions]
Documentation for GreenHopper 6.2.x. Documentation for earlier versions of GreenHopper is [available too].
You need a board so that you can view and work with issues in GreenHopper. A board displays issues from one or more projects. You can either use a board that someone else has created, or create a new board for yourself. You can create as many boards as you like.
ボードには 2 つの種類があります。
Before you begin, please note that you will need the JIRA 'Create Shared Objects' global permission before you can create a board. If you don't have this permission you can still create a board, but it will not be visible to other people as its filter will not be shared.
既存ボードをコピーしたり、完全に新しいボードを作成することができます。
Click Select Scrum on the Presets tab (see Screenshot 1 below). You will be prompted to enter the name of your new board, select the project(s) you wish to view, and select what type of workflow to use (Simplified Workflow is recommended). This will create a preconfigured Scrum board containing all the issues in your chosen project(s). Your Scrum board will have a JIRA filter with the following query:
project = "[YOUR PROJECT(S)]" ORDER BY Rank ASC
または
Click Select Kanban on the Presets tab (see Screenshot 1 below). You will be prompted to enter the name of your new board, select the project(s) you wish to view, and select what type of workflow to use (Simplified Workflow is recommended). This will create a preconfigured Kanban board containing all the issues in your chosen project(s) that do not belong to a released version (see the JIRA documentation on Managing Versions). Your Kanban board will have a JIRA filter with the following query:
project = "[YOUR PROJECT(S)]" AND (fixVersion in unreleasedVersions() OR fixVersion is EMPTY) ORDER BY Rank ASC
または
Note that you cannot change the board type after creation (that is, a Scrum board cannot become a Kanban board, and vice versa).
おめでとうございます! 新しいボードが作成されました。
新しいボードが表示されます。上部には、このボードが使用できることを他の人に知らせるリンクがあります。
次のステップ
Screenshot 1: Create a new board using Presets
Screenshot 2: Create a new board using the 'Advanced' tab
Some example JQL you might wish to use for your Saved Filter:
スケジュールに組み込まれていない課題、またはリリースされていない修正バージョンの課題すべてを選択する:
project = GHS AND (fixVersion in unreleasedVersions() or fixVersion is empty
自身が関心のあるすべての課題を選択する
(assignee = currentUser() or reporter = currentUser()) AND (fixVersion in unreleasedVersions() or fixVersion is empty)
Show all issues that you have participated in and have been updated in the last week. This requires the JIRA Toolkit add-on.
updatedDate > -7d AND Participants = currentUser()
("team" という名前のラベル カスタムフィールドを使用して) チームのすべての課題を選択する
(team = ateam or team = dreamteam or team = engineroom) AND (fixVersion in unreleasedVersions() or fixVersion is empty)
bugfix チームの自身のバグだけを選択する
project = GHS AND team = bugfix AND issuetype = bug AND (fixVersion in unreleasedVersions() or fixVersion is empty)
次の修正バージョンでリリースされるすべての課題を表示するには、 fixVersion = earliestUnreleasedVersion(PROJECT Key) をお試しください。
fixVersion = earliestUnreleasedVersion(PROJECT KEY)
Refer to the JIRA documentation for your detailed JQL reference.
想像力を発揮していただき、思いつく最高の JQL の提案を添えて、下にコメントしてください。私たちが皆様の求めているものを把握するのに役立ちます。
既に使用しているものと同じようなボードを作成する場合は、コピーを作成するだけですみます。
Your new board will be based on the same JIRA issue filter as the original board. You will be the owner of the new board, but not necessarily of the filter, so you may not be able to edit the filter. However, once your new board is created, you can easily choose a different filter (e.g. to view a different project) — see Configuring Filters.
ボードをコピーする手順は、次のとおりです:
Alternatively, to quickly create a copy of the board you are currently viewing, simply select Copy from the Tools (cog) menu at the top right of the screen.
次のステップ
42 Comments
Vegard Vaage
Feb 23, 2012Some features I'd like to see on the Scrum rapid view plan tab:
Anonymous
Jul 06, 2012Hi,
Is the Scrum version of the Rapid Board assuming that there is only one agile team per JIRA project?
How should different agile teams sharing the same project should be planning their iteration.
Eg. 1) Agile team 1 create their Rapid Board using Project A.
They plan their iteration and start the sprint.
2) Agile team 2 create their Rapid Board using Project A.
How can they add issue to the sprint?
I am not sure, how this Scrum board can be used in the context of multiple agile team per project.
Thanks for the information.
Lukas Birn
Jul 21, 2012We have the same problem. This is a huge show stopper for us. We had to go back to the Kanban board because of this lacking functionality. Or is there a way how to do it?
Anonymous
Sept 25, 2012Try this
Hope this helps and not too confusing
Rosie Jameson [Atlassian]
Nov 21, 2012You may like to try the new Parallel Sprints feature (currently in Labs)
Anonymous
Jul 26, 2012Do I need to change my JIRA issues to stories for the story point and time estimates to work? How then to track bug vs. new improvement vs. task?
Rosie Jameson [Atlassian]
Aug 12, 2012You are right, the Story Points field is by default only available to issues of type "Story". But you can make the Story Points field available to other issue types as described here.
Helmich Douma
Aug 15, 2012How can I set a restriction to users who can Create and/or Copy a Rapid board? users who don't have the JIRA 'Create Shared Objects' global permission can still copy a board (and create a mess)
Rosie Jameson [Atlassian]
Aug 21, 2012We are looking into this. Please watch GHS-5400 - Getting issue details... STATUS – thank you
Anonymous
Sept 06, 2012Is it possible to toggle between different Versions within a project on the board? We keep multiple sections of our backlog using versions to represent different customers. However, features for any customer can be pulled into the same sprint.
Rosie Jameson [Atlassian]
Sept 10, 2012You may want to try using Quick Filters for this?
A. Gilles
Oct 16, 2012Thanks for the suggestion. It seems as though using the Quick Filters also filters the issues in the Sprint, is that the case? If so, this makes it difficult to use as once you filter for the Version we are interested in, all of the issues in the sprint disappear.
Thanks
Stuart Wilson
Sept 12, 2012Is is possible to change the view of the items on the Scrum Board? A user has asked me whether we could add the "Original Estimate" field to the view of each item on the board but I can't figure out how to do this or whether it is possible.
Rosie Jameson [Atlassian]
Sept 17, 2012At this time you can only add text fields, but other types of fields will be supported in the near future. Please watch Configuring the Issue Detail View
Wayne Ingram
Sept 26, 2012It is possible to assign sub tasks to sprints? Currently my backlog is only showing Task level items?
Anonymous
Oct 05, 2012Is it possible to show names of assigned users on the cards in the scrum board?
Anonymous
Oct 11, 2012Now that we've upgraded, how do we migrate our Classic Taskboards & backlogs to the new Boards to take advantage of the better features? Can find no imformation on migration of Boards. We'd be going from Classic to a Scrum Board. We also want to take our backlogs with us. Ty!
Parth
Oct 17, 2012As an admin I need to control who can create boards, This way boards are more organised.
For example
People can create test boards and push same issue into multiple sprints as they want.
Laszlo Kremer
Oct 17, 2012We need a separate permission for that. People are welcome to create shared objects like filters, but they shouldn't be able creating boards The board list can easily get messy with all the Copy of .. boards just because users accidentally click on the copy menuitem.
The captcha is really annoying. I start not like commenting here as it means additional minutes of captchaing.
Anonymous
Oct 23, 2012I created a new board using the default settings, why it's not showing all the issues. It seems like it has limit on # of issues it can display in the backlog section
Anonymous
Oct 29, 2012When I started my board, I selected Kanban, but we will be using Scrum instead. The directions say you change it later. Although I've tried to change it to be Scrum, the Plan link is grayed out.
Rosie Jameson [Atlassian]
Oct 30, 2012Hi, sorry but you cannot change the board type. I've moved the note about this higher up the page, and reworded it slightly.
Anonymous
Nov 02, 2012How do I add or change the columns on my board? For example I want to add a column for Review. Also how are blocked stories visualized?
Dimi
Nov 14, 2012Hi,
is it possible to create a template for new Greenhopper boards (like it was for classic) ?
It is a big overhead to customize all filters, columns, etc. for every new projekt.
Thank´s
Rosie Jameson [Atlassian]
Nov 27, 2012You may find it helpful to copy an existing board?
Anonymous
Nov 27, 2012Is it possible for multiple users to modify the same rapid board, or can only the owner of the board modify it?
Rosie Jameson [Atlassian]
Nov 27, 2012At this time, only the owner. Please see the comments on Configuring a Board for related discussion and issues.
Anonymous
Dec 19, 2012Does anyone know how to add the "Assigned To" to display on the planning board? We would like to be able to see what stories are assigned to which developer. We just upgraded to greenhopper 6.1
Anonymous
Dec 20, 2012When creating a new board, how can I set the system to apply the Greenhopper Simplified Workflow to it off the bat instead of me needing to change it after the fact and perform a bunch of cleanup? Or, might this be on a project level?
The issue I have is that after simplifying the workflow using the button, I still have all of the old workflow's status in there. WHat I want to start with is simply To Do, In Progress, and Done - and have the workflow be correct to resolve items when being marked as done.
Anonymous
Jan 07, 2013after creating a new board I noticed that when I work from the board options that some of the issues have the issue number with a line thru the text like they are crossed off. for examples
CRT-500even though the issue has not been completed. if you click on the issue number it does not appear to have been crossed out. it only displays that way in the work board. how can this be resolvedRosie Jameson [Atlassian]
Jan 13, 2013Issues that have had their Resolution field set are automatically shown in strikethrough text throughout JIRA and Greenhopper. Please contact http://support.atlassian.com if this seems inconsistent with the behaviour on your board.
Anonymous
Jan 24, 2013I'm trying to understand how rapid boards relate to workflows. If we are using a workflow that has been modified from the default workflow, then we create a board against that project, should the board represent the workflow? If not, should we modify the board to reflect the new workflow?
Rosie Jameson [Atlassian]
Jan 29, 2013You will need to modify the columns to make sure that each of your workflow statuses is mapped to a column – please see Configuring Columns
Anonymous
Jan 31, 2013On the Planning board I can only see Tasks, but not sub-tasks under the tasks. How do I make them viewable in the Planning board?
Also:
In the planning board, I would like to see Tasks that do not have story points associated with them directly, to sum up the story points of the child tasks and display it for the parent with a sigma appended to indicate it's a summation.
Edwin Stol
Feb 20, 2013When you plan the Tasks in a sprint, the sub-tasks will 'automagically' be planned in the same sprint as well.
if you do not want that, you should convert them to an issue.
The summation is something that's on the roadmap, i believe.
Anonymous
Feb 20, 2013How do I migrate an existing backlog to a Scrum Board? When I create a board for this using a pre-existing filter (we use the fix version of "backlog" to filter which tickets are in the backlog) and use the existing filter, the board automatically puts me in "work mode" and I'm unable to navigate to "plan mode". I need to be able to migrate our backlog to a board in "plan mode" so I can prioritize the work there and create sprints around it. Help?
Rosie Jameson [Atlassian]
Feb 22, 2013It sounds like you may have created a Kanban board instead of a Scrum board. Can you please contact http://support.atlassian.com ?
Anonymous
Feb 20, 2013I created a scrum board with issues from multiple projects. Some of these issues are also tracked in kanban boards within other projects. When issue is resolved, it immediately drops off my agile board but can be seen in other boards within it's project. How do I ensure that issues remain on my board when resolved without having to move the issues to my project?
cathy waters
Mar 21, 2013We have a JIRA project that has issues in a Kanban Board. A colleague want's to trial using the same project and issues in a Scrum Board. When we create the Scrum Board with an identical filter no issues show up in it, even though the filter when viewed in Issue Navigator contains several Issues. I've followed the directions in " Some issues not showing in plan or work mode of the board, " but the workaround doesn't seem to apply (we already had no limit). Is there anything else we can do, shy of deleting the existing Kanban Boards?
Rosie Jameson [Atlassian]
Mar 22, 2013You may need to double-check your column mappings.
If that doesn't help, can you please contact http://support.atlassian.com ?
Tom Haraldsen
Apr 19, 2013How do I copy a board without rearranging the swimlanes?
Amy Balmain
Aug 14, 2013I've created a filter with Order by rank asc and I still get asked when I create the board to Add Rank. I don't understand why.