Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Changing the Default Work Item type

I'm wanting to change the type of Work Item that is created when you click on "Work Items" - "Create Work Item". It currently creates an "Action" work item record. I want it to create a "Defect" work item record.
Is an Action record created just because it is alphabetically 1st or is there somewhere in the Process Configuration or Process Configuration Source that the default work item type can be specified?

I know my users only have to click the down arrow next to "Create Work Item" and select "Defect", but they're lazy.

0 votes



2 answers

Permanent link
I create most of my work items from the Eclipse UI in the context of a
plan (because that fills in some default values, based on where in the
plan I click). In that context, if you right click, you get a "Set
Default ..." option under the "Add Work Item" operation. But I'm not
aware of a way to set this in the context that you describe.

Cheers,
Geoff

On 12/20/2010 2:08 AM, bradveit wrote:
I'm wanting to change the type of Work Item
that is created when you click on
"Work
Items
" -
"Create Work
Item
". It currently creates an
"Action"
work item record. I want it to create a
"Defect"
work item record.
Is an Action
record created just because it is
alphabetically 1st or is there somewhere in the
Process Configuration
or Process
Configuration Source
that the default
work item type can be specified?

I know my users only have to click the down arrow next to "Create
Work Item" and select "Defect", but they're lazy.

0 votes


Permanent link
Under Process Configuration Source navigate to
<project>
<data>
<configuration-data id="com.ibm.team.workitem.configuration.workItemTypes" xmlns="http://com.ibm.team.workitem/workitemTypes">

Under this section you'll find the following 3 lines
<type category="com.ibm.team.workitem.workItemType" icon="processattachment:/workitemtype/bug.gif" id="defect" name="Defect">
<alias name="bug"/>
</type>

Cut, then paste them to immediately below the line
<configuration-data id="com.ibm.team.workitem.configuration.workItemTypes" xmlns="http://com.ibm.team.workitem/workitemTypes">


basically whatever is 1st in this section becomes the default "Work Item".


Thanks Nhi

0 votes

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Dec 20 '10, 2:03 a.m.

Question was seen: 3,690 times

Last updated: Dec 20 '10, 2:03 a.m.

Confirmation Cancel Confirm