In Next-Gen projects, I have NO way of
1. set default assignee
- tried adding a rule to set assign when moved to To Do status in Kanban board. It only works when it is "moved to" To Do status. Not when an issue is created and "placed in" To Do status.
2. assign a workflow to issues
- previously, when created a project, there was auto-generated workflow for the project. I couldn't find it so I created a workflow and associated to the workflow scheme. Now, I can't find place to associate this workflow scheme to my projects.
Next-Gen is great, but missing something should be very "default" for the users.
You'll need a bit of code to do that. The issue navigator is coded to simply pull fields from each selected issue on a single line. Not data from other issues - one single issue per line.
So the most simple solution that springs to my mind is a scripted field that iterates over all the links and builds a display of all the issue types it finds. (I'd use the Script Runner to do that)
That was my initial thought as well. Would anyone know one that would work?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you have issue linked to your story it shows up in Issue Links area which among other things shows icon identifying the linked issue type.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
He's asking for a column so thats an indication he's looking at the issue navigator and not the issue view pane.
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.