How do i get the grey separators found in screenshot 3 at https://confluence.atlassian.com/display/GH/Tutorial+-+Tracking+a+Kanban+Team. To be more accurate, the lines with the text: "Expedite" and "Everything Else".
Note: I am using the jira found at https://phoenixdev.atlassian.net
There is something called swimlines in Greenhopper configuration. Hit the cog wheel menu at right top above yor flow, chose Configuration. Go to the Swim Lanes and type JQL queries to filter out tickets for each segments, for example:
priority IN (Critical, Blocker) ORDER BY priority DESC
and label it High Priority tasks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.