We are using
We want to display Summary, Assignee, Target Version and Component in List View we are told that we can only have two fields in out List View.
(1) Is this correct?
(2) Can we "cheat" and concatenate Assignee & Target version & Component into a single "synthetic" field in outr List View?
(3) Is there any other way around this problem?
I think the limitation of number of fields is based on screen width (somebody else would have to say for sure). I've got 4-5 fields on my list view.
It's not quite "limited to two fields". The docs are at http://confluence.atlassian.com/display/GH/Using+Task+Board+Views and they say "The list view on the Task Board has been designed to optimise the visibility of each issue when space is limited". I've got a view here showing 8 fields. Only 3 issues in 2 columns though. When I swap to a different project, it chomps down to just the summary.
Your concatenation trick might help a bit (you'll need a bit of code if you want to do this), but I suspect you'll find it still chomps that down if you've got a lot of data on screen.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What do you mean by "list view"? The "issue navigator" is the usual way to see a series of issues and you can put as many or as few fields in that as you want (and customise it for your own user id and save filters with settings). Most of the other displays are configurable too, although some reports are pretty much fixed because of what they are. Problem is I don't know what your "list view" means?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JIRA, TASK BOARD, List View seems to be a common description. I don't know any other way to describe it.
We have a compact "card" on the Task Board which is called List View
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
*Agile* was the missing piece of information there. Agile -> Task board -> List view.
The short answer here is you're stuck. The list view is designed to show as many issues as possible, and it decides how much of the configured info to show based on screen size and column width. In your case, you're trying to show too much, so it's chopping it. You need to reduce what you're trying to show, or use a different view. Concatenating fields (for which there's a coding trick) won't help - it'll still chop them to fit.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
*Agile* was the missing piece of information there. Agile -> Task board -> List 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.