Issues with type "bug" are not visible in BackLog list on GreenHopper Scrum Board Plan view.
Version info:
Agile project management for Kanban and Scrum software development powered by Atlassian GreenHopper (v6.0.1)
Bug tracking and project tracking for software development powered by Atlassian JIRA (v5.1.2#773-sha1:b805b97)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, thanks for pointing me to right direction. Problem was not issue type fields it was the custom "View Field Configuration" attached to Bug issues. Now Rank and Sprint fields are visible in the view configuration and Bugs are displayed on Sprint Plannign view.
Problem solved!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I encountered the same problem on an instance. The tips over here where a good start. By double checking the effective stored data in the database, I was able to fix The Problem.
By default, the Sprint field is configured to be applied to Epics, Stories, Tasks and Sub-tasks. When you create a new Bug, this custom field will not be added to the issue in the database. You can check this by searching with JQL:
"project=MY_PROJECT AND issueType=Bug AND Sprint is EMPTY"
nor
"project=MY_PROJECT AND issueType=Bug AND Sprint is not EMPTY"
Will return the bugs.
To fix this, be sure that you add the Sprint field to your issue type. Do this by going to the "Custom Fields" page in your administration (http://yourjirainstance/secure/admin/ViewCustomFields.jspa).
Here, go to the Sprint custom field, click the Cog icon on the right and select "Configure".
On this page, you can see if the field is configured for your Bug issue type. If this is not the case, click next to "Applicable contexts for scheme" on "Edit Configuration". On this page, cmd/ctrl click in the list to select the Bug issue as well and hit Modify.
You now fixed the problem for all the new bugs that are created. For the existing bugs, we'll need to add the Sprint custom field. To do this, we'll perform a bulk change.
By now, you should see your bugs showing up in your Rapid Board.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have (maybe exacty) the same problem - try opening the bug issues to edit mode and save them without changing anything. Do they appear now? If yes, you got the same problem as me (I already filed a support ticket)
Seems to have something do do with indexing and creating a new board/filter combination...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, but the answer is no. Opening, editing nor reindexing don't bring any bugs to Sprint Plan view.
Now I have also added StoryPoint field to bug issues and done reindexing after that, nut no bug in the Plannig view.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.