SlideShare una empresa de Scribd logo
1 de 11
Descargar para leer sin conexión
IBM Software Exercise
Developing Software with 
IBM Rational Team Concert
Exercise 2: Managing Work Items
Student Exercises
Course materials may not be reproduced in whole or in part
without the prior written permission of IBM.
© Copyright IBM Corp. 2008, 2013 Exercise 2. Managing Work Items 2-1
V9.0
EXempty
Exercise 2. Managing Work Items
What this exercise is about
The purpose of this exercise is to become familiar with the IBM® Rational
Team Concert™ Work Item perspective and views, and to gain experience
with creating, querying, triaging, and working on Rational Team Concert work
items.
What you should be able to do
At the end of this exercise, you should be able to:
• Create a work item in the project.
• Query work items in the project.
• Adjust how the results are sorted and how they are displayed, and then
add conditions to the query to limit its scope.
• Join a Rational Team Concert project, and then switch context to the new
project.
• Triage a work item for the project.
Student Exercises
Course materials may not be reproduced in whole or in part
without the prior written permission of IBM.
2-2 Developing Software with IBM Rational Team Concert, V4.0.4 © Copyright IBM Corp. 2008, 2013
2.1. Create a work item
Scenario
In this exercise, you practice creating a work item in the JKE Banking project.
__ 1. Start Rational Team Concert, and select the C:Workspacesdeb workspace.
Help. This step might not be necessary if the Rational Team Concert client is open from a
previous lab.
__ 2. In the Team Artifacts view, expand the JKE Banking folder. Right-click the Work Items
folder and then click New > Work Item. The Create New Work Item window opens and
shows the available work-item types.
__ 3. Select Defect, and then click Finish. A Work Item editor window opens.
__ 4. Populate the common defect properties:
• In the Summary field, enter Sample Defect for Deb.
• In the Description section, enter Sample description.
• From the Filed Against list, select JKE/BRM.
• From the Found In list, select Sprint 2 Development.
• From the Owned By list, select Deb.
• From the Priority list, select Medium.
__ 5. Click the Links tab so that you can add an attachment.
• In the Attachments section, click Add File.
• Click Desktop and then select RS843.
• Double-click photo.png. The file is attached to the defect.
__ 6. Click Save.
Help. A unique ID is assigned to your defect, and it is saved in the Rational Team Concert
database.
Student Exercises
Course materials may not be reproduced in whole or in part
without the prior written permission of IBM.
© Copyright IBM Corp. 2008, 2013 Exercise 2. Managing Work Items 2-3
V9.0
EXempty 2.2. Create simple work-item queries
Scenario
In this exercise, you practice creating simple work-item queries in the JKE Banking project.
__ 1. In the Team Artifacts view, open the JKE Banking folder. Right-click the Work Items folder
and then click New > Query. The Work Item Query editor window opens.
__ 2. In the Query editor, click Start from scratch.
Help. In this step, you create a query for all of the work items that are associated with the
JKE Banking project.
__ 3. Click Run to start the query.
Help. Because you did not add any conditions to this query, all work items that are created
for the JKE Banking project are displayed in the Work Items view.
__ 4. In the Work Item Query Name field, enter All JKE Banking Work Items, and then click
Save.
Help. This personal query is saved in the My Queries folder in the Work Items file in the
JKE Banking project.
__ 5. Modify the query so that it sorts according to the status and owner of each work item:
• Click the Column Display tab at bottom of the Query editor.
• In the Sorting section, look at the Available sort columns list:
- Double-click Status.
- Double-click Owned By.
Help. In this step, you sort first by status and then by the owner.
__ 6. Click Run.
Help. The Work Items view shows the query results that are sorted by status and then by
owner.
Student Exercises
Course materials may not be reproduced in whole or in part
without the prior written permission of IBM.
2-4 Developing Software with IBM Rational Team Concert, V4.0.4 © Copyright IBM Corp. 2008, 2013
__ 7. Customize which work-item properties are displayed in the query result list:
• Click the Column Display tab at the bottom of the Query editor.
• In the Columns section, click Set to Defaults to populate the default properties. The
most commonly displayed work-item properties are displayed.
• In the Columns section, look at the Available columns list:
- Double-click Creation Date to add it to the Selected columns list.
• In the Columns section, look at the Selected columns list:
- Double-click Created By to remove it.
- Click Owned By.
- Click Up until Owned By is the fourth item on the list after Status.
Help. Because you want to sort the list by status and owner, place the Owned By and
Status fields right after the work-item Type and ID columns in the results.
__ 8. Click Run. The Work Items view shows the query results with the new property display
format and applied sorting changes.
__ 9. Save the modified query as a new personal query:
• Click Save Copy.
• Replace the text in the Name field with this text: 
All JKE Banking Work Items by Status and Owner
• Click Save. The new query is saved, and the original “All JKE Banking Work Items”
query remains unchanged.
__ 10. In the Work Items view, click the Creation Date column header. What happens? The results
are sorted by the Creation Date property values only.
Help. This sort does not affect the saved query. The sort affects the order of the current
results in the Work Items view.
Student Exercises
Course materials may not be reproduced in whole or in part
without the prior written permission of IBM.
© Copyright IBM Corp. 2008, 2013 Exercise 2. Managing Work Items 2-5
V9.0
EXempty 2.3. Create more sophisticated work-item queries
Scenario
These lab exercises go deeper into querying Rational Team Concert work items. You add
conditions to the query so that only urgent work items are displayed.
In this exercise, “urgent” means all JKE Banking work items that meet these criteria: the
priority is high, or the severity is set to Critical and Blocker, or the creation date is after 1 day
ago, and the status is set to Unresolved.
__ 1. Start with the “All JKE Banking Work Items by Owner and Status” query from Exercise 2.2.
• If the query is not already open, complete these steps:
- In the JKE Banking project folder, expand Work Items, and then expand My
Queries.
- Right-click All JKE Banking Work Items by Owner and Status, and then click
Edit.
• In the Work Item Query editor, click Save Copy.
• In the query Name field, enter Urgent JKE Banking Work Items.
• Click Save.
Help. In this step, you create a third personal query that is updated with conditions in the
remaining steps of this exercise.
__ 2. On the Conditions tab, do these steps in the “AND All must match” section.
• Click the Add Conditions icon.The Add Conditions window opens.
• Select the Priority property.
• Press and hold Ctrl, and then select the Severity property.
• Click OK.
The Add Conditions window closes, and two Condition windows open
__ 3. Select the values for Priority and Severity properties:
• For the Priority value, select High.
• For the Severity value, select Critical and Blocker.
• Click Run.
Student Exercises
Course materials may not be reproduced in whole or in part
without the prior written permission of IBM.
2-6 Developing Software with IBM Rational Team Concert, V4.0.4 © Copyright IBM Corp. 2008, 2013
Help. After you click Run, note the results: In the Work Items View, only one work item is
found because only one work item meets the conditions that you set for the Priority and
Severity properties.
__ 4. Set the query to choose either Priority or Severity conditions. In the “AND All must match”
section, complete these steps:
• From the list, click OR. The section is now “OR Any can match.”
• Click Run.
• Click Save.
Help. You want the query to choose either Priority or Severity conditions, but not both. After
you click Run and Save, how many work items were found?
__ 5. Add two more conditions to this query: Creation Date and Status. Set the query to search for
work items that were created on or after 1 day ago and that are unresolved.
• In the “OR Any can match” section, click the arrow next to the Add Conditions icon on
the far right, which looks like a green plus sign.
• Select AND Group. A new, nested section is displayed called “AND All must match.”
• In the new “AND All must match” section, click the Add Conditions icon.
- Select Creation Date.
- Press and hold Ctrl, and then click Status.
- Click OK. Two condition boxes are displayed in the lower part of the “OR Any can
match” section.
• In the Creation Date field:
- Click Relative date.
- In the field, enter 1.
- Click the down arrow next to Creation Date is, and select after (including).
• In the Status field, select Unresolved.
• Click Run.
Help. These old, unresolved work items would also be urgent.
Student Exercises
Course materials may not be reproduced in whole or in part
without the prior written permission of IBM.
© Copyright IBM Corp. 2008, 2013 Exercise 2. Managing Work Items 2-7
V9.0
EXempty __ 6. Click Save.
Help. In this step, you save the updated “Urgent JKE Working Work Items” query.
After you complete this step, unresolved work items that were created on or after 1 day ago
are listed.
Student Exercises
Course materials may not be reproduced in whole or in part
without the prior written permission of IBM.
2-8 Developing Software with IBM Rational Team Concert, V4.0.4 © Copyright IBM Corp. 2008, 2013
2.4. Join the project team
Scenario
In this exercise, you accept all of the work for the JKE Banking Project. This project contains
a Java™ application that is being developed to perform a banking function.
__ 1. If the Work Items perspective is not already open, switch to that perspective.
Help. To open the perspective, click Window > Open Perspective > Work Items.
__ 2. Open the My Work view.
__ 3. In Inbox section of the My Work view, click Accept all work.
Help. In this step, both the work items that are planned for in the product backlog and that
are unplanned are moved to the Future Work section. The JKE Banking Project work item
that is assigned to you for the current iteration is moved to Current Work section.
Student Exercises
Course materials may not be reproduced in whole or in part
without the prior written permission of IBM.
© Copyright IBM Corp. 2008, 2013 Exercise 2. Managing Work Items 2-9
V9.0
EXempty 2.5. Review your assigned work item for the JKE Banking
project
Scenario
In this exercise, you explore a work item in the JKE Banking project.
__ 1. Open the Implement - Requests sent in form of email work item in the Work Item editor.
• In the My Work view, look at the Current Work section.
• Double-click the work item called “Implement - Requests sent in form of email.”
__ 2. On the Overview tab, thoroughly review the information, including these fields:
Summary
Description
Discussion
Priority
Severity
Filed Against
Planned For
Created By
Owned By
Help. The information on the Overview tab provides insight into what must be done, why,
and who requested the work. The Discussion field might contain additional important
information from other team members or stakeholders.
__ 3. Click the Links tab and answer these questions:
• Are there any attachments?
• Are there any links?
• Are there related work items?
• Do duplicates exist?
• Are there parent or child work items?
• Are there any Subscribers who get notified when the Task is modified?
Help. Complete these steps to develop the practice of thoroughly reviewing work items that
are assigned to you before you decide how to act on them.
Student Exercises
Course materials may not be reproduced in whole or in part
without the prior written permission of IBM.
2-10 Developing Software with IBM Rational Team Concert, V4.0.4 © Copyright IBM Corp. 2008, 2013
__ 4. Click the Overview tab, and update this information:
• In the Estimate field, change the value to 3 hours.
• In the Time Remaining filed, change the value to 3 hours
• Click Save.
Help. Rational Team Concert converts the estimate string from 3 hours to 3h.
__ 5. Click the History tab and answer these questions:
• How has the work item evolved?
• Who is making changes to what fields and when were they made?
• What were the previous field values?
End of exercise

Más contenido relacionado

La actualidad más candente

RTC & Work Item Customization Overview
RTC & Work Item Customization OverviewRTC & Work Item Customization Overview
RTC & Work Item Customization OverviewBharat Malge
 
Agile planning with Rational Team Concert
Agile planning with Rational Team ConcertAgile planning with Rational Team Concert
Agile planning with Rational Team ConcertReedy Feggins Jr
 
9.16.2013 Enlightenment Series - Managing parallel development with RTC: A st...
9.16.2013 Enlightenment Series - Managing parallel development with RTC: A st...9.16.2013 Enlightenment Series - Managing parallel development with RTC: A st...
9.16.2013 Enlightenment Series - Managing parallel development with RTC: A st...IBM Rational
 
Agile planning with rational team concert
Agile planning with rational team concertAgile planning with rational team concert
Agile planning with rational team concertReedy Feggins Jr
 
Rational Team Concert source control for dummies
Rational Team Concert source control for dummiesRational Team Concert source control for dummies
Rational Team Concert source control for dummiesWinton Winton
 
Module 1: Overview of Rational Team Concert
Module 1: Overview of Rational Team ConcertModule 1: Overview of Rational Team Concert
Module 1: Overview of Rational Team ConcertIBM Rational software
 
Appendix A: Introduction to Collaborative Lifecycle Management
Appendix A: Introduction to Collaborative Lifecycle ManagementAppendix A: Introduction to Collaborative Lifecycle Management
Appendix A: Introduction to Collaborative Lifecycle ManagementIBM Rational software
 
Rational Team Concert Process Customization - What you can and cannot do
Rational Team Concert Process Customization - What you can and cannot doRational Team Concert Process Customization - What you can and cannot do
Rational Team Concert Process Customization - What you can and cannot doRalph Schoon
 
Tutorial: Create a custom work item in Rational Team Concert
Tutorial: Create a custom work item in Rational Team ConcertTutorial: Create a custom work item in Rational Team Concert
Tutorial: Create a custom work item in Rational Team ConcertBill Duncan
 
Create software builds with jazz team build
Create software builds with jazz team buildCreate software builds with jazz team build
Create software builds with jazz team buildBill Duncan
 
Taking agile development to enterprise scale in a mixed tool environment with...
Taking agile development to enterprise scale in a mixed tool environment with...Taking agile development to enterprise scale in a mixed tool environment with...
Taking agile development to enterprise scale in a mixed tool environment with...IBM Rational software
 
1) workbench basics
1) workbench basics1) workbench basics
1) workbench basicstechbed
 
Modules as requirement specifications
Modules as requirement specificationsModules as requirement specifications
Modules as requirement specificationsIBM Rational software
 
EMC Documentum xCP 2.x Tips for application migration v1.1
EMC Documentum xCP 2.x Tips for application migration v1.1EMC Documentum xCP 2.x Tips for application migration v1.1
EMC Documentum xCP 2.x Tips for application migration v1.1Haytham Ghandour
 
EMC Documentum xCP 2.0 Design Patterns
EMC Documentum xCP 2.0 Design PatternsEMC Documentum xCP 2.0 Design Patterns
EMC Documentum xCP 2.0 Design PatternsHaytham Ghandour
 

La actualidad más candente (20)

Module 5: Reports and Dashboards
Module 5: Reports and DashboardsModule 5: Reports and Dashboards
Module 5: Reports and Dashboards
 
RTC & Work Item Customization Overview
RTC & Work Item Customization OverviewRTC & Work Item Customization Overview
RTC & Work Item Customization Overview
 
Agile planning with Rational Team Concert
Agile planning with Rational Team ConcertAgile planning with Rational Team Concert
Agile planning with Rational Team Concert
 
9.16.2013 Enlightenment Series - Managing parallel development with RTC: A st...
9.16.2013 Enlightenment Series - Managing parallel development with RTC: A st...9.16.2013 Enlightenment Series - Managing parallel development with RTC: A st...
9.16.2013 Enlightenment Series - Managing parallel development with RTC: A st...
 
Agile planning with rational team concert
Agile planning with rational team concertAgile planning with rational team concert
Agile planning with rational team concert
 
Rational Team Concert source control for dummies
Rational Team Concert source control for dummiesRational Team Concert source control for dummies
Rational Team Concert source control for dummies
 
Module 1: Overview of Rational Team Concert
Module 1: Overview of Rational Team ConcertModule 1: Overview of Rational Team Concert
Module 1: Overview of Rational Team Concert
 
Deployment module slides
Deployment module slidesDeployment module slides
Deployment module slides
 
Appendix A: Introduction to Collaborative Lifecycle Management
Appendix A: Introduction to Collaborative Lifecycle ManagementAppendix A: Introduction to Collaborative Lifecycle Management
Appendix A: Introduction to Collaborative Lifecycle Management
 
Rational Team Concert Process Customization - What you can and cannot do
Rational Team Concert Process Customization - What you can and cannot doRational Team Concert Process Customization - What you can and cannot do
Rational Team Concert Process Customization - What you can and cannot do
 
Tutorial: Create a custom work item in Rational Team Concert
Tutorial: Create a custom work item in Rational Team ConcertTutorial: Create a custom work item in Rational Team Concert
Tutorial: Create a custom work item in Rational Team Concert
 
Create software builds with jazz team build
Create software builds with jazz team buildCreate software builds with jazz team build
Create software builds with jazz team build
 
UCD components
UCD components UCD components
UCD components
 
Taking agile development to enterprise scale in a mixed tool environment with...
Taking agile development to enterprise scale in a mixed tool environment with...Taking agile development to enterprise scale in a mixed tool environment with...
Taking agile development to enterprise scale in a mixed tool environment with...
 
1) workbench basics
1) workbench basics1) workbench basics
1) workbench basics
 
Modules as requirement specifications
Modules as requirement specificationsModules as requirement specifications
Modules as requirement specifications
 
Application slides
Application slidesApplication slides
Application slides
 
EMC Documentum xCP 2.x Tips for application migration v1.1
EMC Documentum xCP 2.x Tips for application migration v1.1EMC Documentum xCP 2.x Tips for application migration v1.1
EMC Documentum xCP 2.x Tips for application migration v1.1
 
Resources slides
Resources slidesResources slides
Resources slides
 
EMC Documentum xCP 2.0 Design Patterns
EMC Documentum xCP 2.0 Design PatternsEMC Documentum xCP 2.0 Design Patterns
EMC Documentum xCP 2.0 Design Patterns
 

Destacado

DMT-2467 Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
DMT-2467	Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...DMT-2467	Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
DMT-2467 Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...IBM Rational software
 
Five tips for improving the ROI of your software investments
Five tips for improving the ROI of your software investmentsFive tips for improving the ROI of your software investments
Five tips for improving the ROI of your software investmentsIBM Rational software
 
Top 10 Reasons SMBs Choose Switchvox
Top 10 Reasons SMBs Choose SwitchvoxTop 10 Reasons SMBs Choose Switchvox
Top 10 Reasons SMBs Choose SwitchvoxDigium
 
E tools mobile devices reloaded
E tools mobile devices reloadedE tools mobile devices reloaded
E tools mobile devices reloadedtechnomarket
 
бібліотека +читач
бібліотека +читачбібліотека +читач
бібліотека +читачМарина Жук
 
Five benefits of agile practices in software intensive systems development
Five benefits of agile practices in software intensive systems developmentFive benefits of agile practices in software intensive systems development
Five benefits of agile practices in software intensive systems developmentIBM Rational software
 
Golden opportunity to invest 2011
Golden opportunity to invest 2011Golden opportunity to invest 2011
Golden opportunity to invest 2011Fausto Cuzco
 
Golden opportunity to invest
Golden opportunity to investGolden opportunity to invest
Golden opportunity to investFausto Cuzco
 
ΕΡΓΑΣΙΑ ΜΑΘΗΤΩΝ ΣΤΟ ΜΑΘΗΜΑ ΤΗΣ ΙΣΤΟΡΙΑΣ -ΥΠΕΥΘΥΝΗ ΚΑΘΗΓΗΤΡΙΑ ΖΑΡΚΟΓΙΑΝΝΗ ΕΥΑ
ΕΡΓΑΣΙΑ ΜΑΘΗΤΩΝ ΣΤΟ ΜΑΘΗΜΑ ΤΗΣ ΙΣΤΟΡΙΑΣ -ΥΠΕΥΘΥΝΗ ΚΑΘΗΓΗΤΡΙΑ ΖΑΡΚΟΓΙΑΝΝΗ ΕΥΑΕΡΓΑΣΙΑ ΜΑΘΗΤΩΝ ΣΤΟ ΜΑΘΗΜΑ ΤΗΣ ΙΣΤΟΡΙΑΣ -ΥΠΕΥΘΥΝΗ ΚΑΘΗΓΗΤΡΙΑ ΖΑΡΚΟΓΙΑΝΝΗ ΕΥΑ
ΕΡΓΑΣΙΑ ΜΑΘΗΤΩΝ ΣΤΟ ΜΑΘΗΜΑ ΤΗΣ ΙΣΤΟΡΙΑΣ -ΥΠΕΥΘΥΝΗ ΚΑΘΗΓΗΤΡΙΑ ΖΑΡΚΟΓΙΑΝΝΗ ΕΥΑΕύα Ζαρκογιάννη
 
Kυβερνείο - Παλατάκι - Μνημεία Θεσσαλονίκης
Kυβερνείο - Παλατάκι - Μνημεία ΘεσσαλονίκηςKυβερνείο - Παλατάκι - Μνημεία Θεσσαλονίκης
Kυβερνείο - Παλατάκι - Μνημεία ΘεσσαλονίκηςΕύα Ζαρκογιάννη
 
Golden opportunity to invest 2011
Golden opportunity to invest 2011Golden opportunity to invest 2011
Golden opportunity to invest 2011Fausto Cuzco
 

Destacado (17)

DMT-2467 Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
DMT-2467	Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...DMT-2467	Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
DMT-2467 Like the Features in Rational DOORS 9? Come Check Them Out in DOORS...
 
Five tips for improving the ROI of your software investments
Five tips for improving the ROI of your software investmentsFive tips for improving the ROI of your software investments
Five tips for improving the ROI of your software investments
 
Top 10 Reasons SMBs Choose Switchvox
Top 10 Reasons SMBs Choose SwitchvoxTop 10 Reasons SMBs Choose Switchvox
Top 10 Reasons SMBs Choose Switchvox
 
Timeline
TimelineTimeline
Timeline
 
Rhive 0.0 3
Rhive 0.0 3Rhive 0.0 3
Rhive 0.0 3
 
E tools mobile devices reloaded
E tools mobile devices reloadedE tools mobile devices reloaded
E tools mobile devices reloaded
 
бібліотека +читач
бібліотека +читачбібліотека +читач
бібліотека +читач
 
Five benefits of agile practices in software intensive systems development
Five benefits of agile practices in software intensive systems developmentFive benefits of agile practices in software intensive systems development
Five benefits of agile practices in software intensive systems development
 
Golden opportunity to invest 2011
Golden opportunity to invest 2011Golden opportunity to invest 2011
Golden opportunity to invest 2011
 
Golden opportunity to invest
Golden opportunity to investGolden opportunity to invest
Golden opportunity to invest
 
ΕΡΓΑΣΙΑ ΜΑΘΗΤΩΝ ΣΤΟ ΜΑΘΗΜΑ ΤΗΣ ΙΣΤΟΡΙΑΣ -ΥΠΕΥΘΥΝΗ ΚΑΘΗΓΗΤΡΙΑ ΖΑΡΚΟΓΙΑΝΝΗ ΕΥΑ
ΕΡΓΑΣΙΑ ΜΑΘΗΤΩΝ ΣΤΟ ΜΑΘΗΜΑ ΤΗΣ ΙΣΤΟΡΙΑΣ -ΥΠΕΥΘΥΝΗ ΚΑΘΗΓΗΤΡΙΑ ΖΑΡΚΟΓΙΑΝΝΗ ΕΥΑΕΡΓΑΣΙΑ ΜΑΘΗΤΩΝ ΣΤΟ ΜΑΘΗΜΑ ΤΗΣ ΙΣΤΟΡΙΑΣ -ΥΠΕΥΘΥΝΗ ΚΑΘΗΓΗΤΡΙΑ ΖΑΡΚΟΓΙΑΝΝΗ ΕΥΑ
ΕΡΓΑΣΙΑ ΜΑΘΗΤΩΝ ΣΤΟ ΜΑΘΗΜΑ ΤΗΣ ΙΣΤΟΡΙΑΣ -ΥΠΕΥΘΥΝΗ ΚΑΘΗΓΗΤΡΙΑ ΖΑΡΚΟΓΙΑΝΝΗ ΕΥΑ
 
Xslt
XsltXslt
Xslt
 
Kυβερνείο - Παλατάκι - Μνημεία Θεσσαλονίκης
Kυβερνείο - Παλατάκι - Μνημεία ΘεσσαλονίκηςKυβερνείο - Παλατάκι - Μνημεία Θεσσαλονίκης
Kυβερνείο - Παλατάκι - Μνημεία Θεσσαλονίκης
 
Lecture 3
Lecture 3Lecture 3
Lecture 3
 
Golden opportunity to invest 2011
Golden opportunity to invest 2011Golden opportunity to invest 2011
Golden opportunity to invest 2011
 
Casasicura
CasasicuraCasasicura
Casasicura
 
Task 1
Task 1Task 1
Task 1
 

Similar a Lab2 RTC Work Items

Lab 2: Creating views at the project level in the web client
Lab 2: Creating views at the project level in the web clientLab 2: Creating views at the project level in the web client
Lab 2: Creating views at the project level in the web clientIBM Rational software
 
Lab 2: Optional: Creating requirements information
Lab 2: Optional: Creating requirements informationLab 2: Optional: Creating requirements information
Lab 2: Optional: Creating requirements informationIBM Rational software
 
Lab 2: Importing requirements artifacts from a CSV file
Lab 2: Importing requirements artifacts from a CSV file Lab 2: Importing requirements artifacts from a CSV file
Lab 2: Importing requirements artifacts from a CSV file IBM Rational software
 
Lab 3: Optional: Creating views at the module level (web client)
Lab 3: Optional: Creating views at the module level (web client)Lab 3: Optional: Creating views at the module level (web client)
Lab 3: Optional: Creating views at the module level (web client)IBM Rational software
 
How assignment owner can update tasks of others using MS Project Online
How assignment owner can update tasks of others using MS Project OnlineHow assignment owner can update tasks of others using MS Project Online
How assignment owner can update tasks of others using MS Project OnlineKhalid Noor Mohammed
 
Lab 3: Commenting on artifacts and customizing dashboards
Lab 3: Commenting on artifacts and customizing dashboardsLab 3: Commenting on artifacts and customizing dashboards
Lab 3: Commenting on artifacts and customizing dashboardsIBM Rational software
 
Exam view dynamic recalculation files
Exam view dynamic recalculation filesExam view dynamic recalculation files
Exam view dynamic recalculation filesWilliam McIntosh
 
Oracle Configurator Developer
Oracle Configurator DeveloperOracle Configurator Developer
Oracle Configurator DeveloperPritesh Mogane
 
Cis247 i lab 4 composition and class interfaces
Cis247 i lab 4 composition and class interfacesCis247 i lab 4 composition and class interfaces
Cis247 i lab 4 composition and class interfacessdjdskjd9097
 
Cis247 a ilab 4 composition and class interfaces
Cis247 a ilab 4 composition and class interfacesCis247 a ilab 4 composition and class interfaces
Cis247 a ilab 4 composition and class interfacescis247
 
Advanced Filter Concepts in MS-Excel
Advanced Filter Concepts in MS-ExcelAdvanced Filter Concepts in MS-Excel
Advanced Filter Concepts in MS-ExcelP. SUNDARI ARUN
 
( 5 ) Office 2007 Create A Business Data Catolog
( 5 ) Office 2007   Create A Business Data Catolog( 5 ) Office 2007   Create A Business Data Catolog
( 5 ) Office 2007 Create A Business Data CatologLiquidHub
 
Cis247 a ilab 4 composition and class interfaces
Cis247 a ilab 4 composition and class interfacesCis247 a ilab 4 composition and class interfaces
Cis247 a ilab 4 composition and class interfacesccis224477
 
Cis247 a ilab 4 composition and class interfaces
Cis247 a ilab 4 composition and class interfacesCis247 a ilab 4 composition and class interfaces
Cis247 a ilab 4 composition and class interfacesccis224477
 
Chatter Actions - Short Version
Chatter Actions - Short VersionChatter Actions - Short Version
Chatter Actions - Short VersionCloudTech 
 
Test cases and bug report v3.2
Test cases and bug report v3.2Test cases and bug report v3.2
Test cases and bug report v3.2Andrey Oleynik
 

Similar a Lab2 RTC Work Items (20)

Lab 2: Creating views at the project level in the web client
Lab 2: Creating views at the project level in the web clientLab 2: Creating views at the project level in the web client
Lab 2: Creating views at the project level in the web client
 
Lab 2: Creating and applying tags
Lab 2: Creating and applying tagsLab 2: Creating and applying tags
Lab 2: Creating and applying tags
 
Lab 2: Optional: Creating requirements information
Lab 2: Optional: Creating requirements informationLab 2: Optional: Creating requirements information
Lab 2: Optional: Creating requirements information
 
Lab 2: Importing requirements artifacts from a CSV file
Lab 2: Importing requirements artifacts from a CSV file Lab 2: Importing requirements artifacts from a CSV file
Lab 2: Importing requirements artifacts from a CSV file
 
Lab 1: Creating a project baseline
Lab 1: Creating a project baselineLab 1: Creating a project baseline
Lab 1: Creating a project baseline
 
Lab 3: Optional: Creating views at the module level (web client)
Lab 3: Optional: Creating views at the module level (web client)Lab 3: Optional: Creating views at the module level (web client)
Lab 3: Optional: Creating views at the module level (web client)
 
How assignment owner can update tasks of others using MS Project Online
How assignment owner can update tasks of others using MS Project OnlineHow assignment owner can update tasks of others using MS Project Online
How assignment owner can update tasks of others using MS Project Online
 
Lab 3: Commenting on artifacts and customizing dashboards
Lab 3: Commenting on artifacts and customizing dashboardsLab 3: Commenting on artifacts and customizing dashboards
Lab 3: Commenting on artifacts and customizing dashboards
 
Exam view dynamic recalculation files
Exam view dynamic recalculation filesExam view dynamic recalculation files
Exam view dynamic recalculation files
 
Oracle Configurator Developer
Oracle Configurator DeveloperOracle Configurator Developer
Oracle Configurator Developer
 
Hpalm
HpalmHpalm
Hpalm
 
Cis247 i lab 4 composition and class interfaces
Cis247 i lab 4 composition and class interfacesCis247 i lab 4 composition and class interfaces
Cis247 i lab 4 composition and class interfaces
 
Cis247 a ilab 4 composition and class interfaces
Cis247 a ilab 4 composition and class interfacesCis247 a ilab 4 composition and class interfaces
Cis247 a ilab 4 composition and class interfaces
 
Advanced Filter Concepts in MS-Excel
Advanced Filter Concepts in MS-ExcelAdvanced Filter Concepts in MS-Excel
Advanced Filter Concepts in MS-Excel
 
( 5 ) Office 2007 Create A Business Data Catolog
( 5 ) Office 2007   Create A Business Data Catolog( 5 ) Office 2007   Create A Business Data Catolog
( 5 ) Office 2007 Create A Business Data Catolog
 
Cis247 a ilab 4 composition and class interfaces
Cis247 a ilab 4 composition and class interfacesCis247 a ilab 4 composition and class interfaces
Cis247 a ilab 4 composition and class interfaces
 
Cis247 a ilab 4 composition and class interfaces
Cis247 a ilab 4 composition and class interfacesCis247 a ilab 4 composition and class interfaces
Cis247 a ilab 4 composition and class interfaces
 
Chatter Actions - Short Version
Chatter Actions - Short VersionChatter Actions - Short Version
Chatter Actions - Short Version
 
Test cases and bug report v3.2
Test cases and bug report v3.2Test cases and bug report v3.2
Test cases and bug report v3.2
 
Security lab
Security labSecurity lab
Security lab
 

Más de IBM Rational software

Dmt 5899 workshop - Learn to Collaborate, Trace, Review and Reuse Your Requir...
Dmt 5899 workshop - Learn to Collaborate, Trace, Review and Reuse Your Requir...Dmt 5899 workshop - Learn to Collaborate, Trace, Review and Reuse Your Requir...
Dmt 5899 workshop - Learn to Collaborate, Trace, Review and Reuse Your Requir...IBM Rational software
 
Steer at the Team Level with Rational Team Concert
Steer at the Team Level with Rational Team ConcertSteer at the Team Level with Rational Team Concert
Steer at the Team Level with Rational Team ConcertIBM Rational software
 
UrbanCode Deploy course and product overview slides
UrbanCode Deploy course and product overview slidesUrbanCode Deploy course and product overview slides
UrbanCode Deploy course and product overview slidesIBM Rational software
 
IBM InterConnect Speaker Proposal Tips
IBM InterConnect Speaker Proposal TipsIBM InterConnect Speaker Proposal Tips
IBM InterConnect Speaker Proposal TipsIBM Rational software
 
Factors to consider when starting a brand-new requirements management project...
Factors to consider when starting a brand-new requirements management project...Factors to consider when starting a brand-new requirements management project...
Factors to consider when starting a brand-new requirements management project...IBM Rational software
 
IBM DevOps Announcements - June 2014
IBM DevOps Announcements - June 2014IBM DevOps Announcements - June 2014
IBM DevOps Announcements - June 2014IBM Rational software
 
IBM Rational Developer for System z Quick Start Sales Presentation
IBM Rational Developer for System z Quick Start Sales PresentationIBM Rational Developer for System z Quick Start Sales Presentation
IBM Rational Developer for System z Quick Start Sales PresentationIBM Rational software
 
Rational consulting café to go menu
Rational consulting café to go menuRational consulting café to go menu
Rational consulting café to go menuIBM Rational software
 
Foundations of the Scaled Agile Framework: Be Agile. Scale Up. Stay Lean. And...
Foundations of the Scaled Agile Framework: Be Agile. Scale Up. Stay Lean. And...Foundations of the Scaled Agile Framework: Be Agile. Scale Up. Stay Lean. And...
Foundations of the Scaled Agile Framework: Be Agile. Scale Up. Stay Lean. And...IBM Rational software
 
ClearCase Version Importer - a migration tool to Rational Team Concert SCM
ClearCase Version Importer - a migration tool to Rational Team Concert SCMClearCase Version Importer - a migration tool to Rational Team Concert SCM
ClearCase Version Importer - a migration tool to Rational Team Concert SCMIBM Rational software
 

Más de IBM Rational software (14)

Dmt 5899 workshop - Learn to Collaborate, Trace, Review and Reuse Your Requir...
Dmt 5899 workshop - Learn to Collaborate, Trace, Review and Reuse Your Requir...Dmt 5899 workshop - Learn to Collaborate, Trace, Review and Reuse Your Requir...
Dmt 5899 workshop - Learn to Collaborate, Trace, Review and Reuse Your Requir...
 
Security
SecuritySecurity
Security
 
Steer at the Team Level with Rational Team Concert
Steer at the Team Level with Rational Team ConcertSteer at the Team Level with Rational Team Concert
Steer at the Team Level with Rational Team Concert
 
Applications lab
Applications lab Applications lab
Applications lab
 
Components lab
Components labComponents lab
Components lab
 
Resource lab
Resource labResource lab
Resource lab
 
UrbanCode Deploy course and product overview slides
UrbanCode Deploy course and product overview slidesUrbanCode Deploy course and product overview slides
UrbanCode Deploy course and product overview slides
 
IBM InterConnect Speaker Proposal Tips
IBM InterConnect Speaker Proposal TipsIBM InterConnect Speaker Proposal Tips
IBM InterConnect Speaker Proposal Tips
 
Factors to consider when starting a brand-new requirements management project...
Factors to consider when starting a brand-new requirements management project...Factors to consider when starting a brand-new requirements management project...
Factors to consider when starting a brand-new requirements management project...
 
IBM DevOps Announcements - June 2014
IBM DevOps Announcements - June 2014IBM DevOps Announcements - June 2014
IBM DevOps Announcements - June 2014
 
IBM Rational Developer for System z Quick Start Sales Presentation
IBM Rational Developer for System z Quick Start Sales PresentationIBM Rational Developer for System z Quick Start Sales Presentation
IBM Rational Developer for System z Quick Start Sales Presentation
 
Rational consulting café to go menu
Rational consulting café to go menuRational consulting café to go menu
Rational consulting café to go menu
 
Foundations of the Scaled Agile Framework: Be Agile. Scale Up. Stay Lean. And...
Foundations of the Scaled Agile Framework: Be Agile. Scale Up. Stay Lean. And...Foundations of the Scaled Agile Framework: Be Agile. Scale Up. Stay Lean. And...
Foundations of the Scaled Agile Framework: Be Agile. Scale Up. Stay Lean. And...
 
ClearCase Version Importer - a migration tool to Rational Team Concert SCM
ClearCase Version Importer - a migration tool to Rational Team Concert SCMClearCase Version Importer - a migration tool to Rational Team Concert SCM
ClearCase Version Importer - a migration tool to Rational Team Concert SCM
 

Último

The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptxThe Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptxRTS corp
 
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...OnePlan Solutions
 
Patterns for automating API delivery. API conference
Patterns for automating API delivery. API conferencePatterns for automating API delivery. API conference
Patterns for automating API delivery. API conferencessuser9e7c64
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalLionel Briand
 
Zer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdfZer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdfmaor17
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...OnePlan Solutions
 
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics
 
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonLeveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonApplitools
 
Introduction to Firebase Workshop Slides
Introduction to Firebase Workshop SlidesIntroduction to Firebase Workshop Slides
Introduction to Firebase Workshop Slidesvaideheekore1
 
Osi security architecture in network.pptx
Osi security architecture in network.pptxOsi security architecture in network.pptx
Osi security architecture in network.pptxVinzoCenzo
 
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfEnhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfRTS corp
 
SAM Training Session - How to use EXCEL ?
SAM Training Session - How to use EXCEL ?SAM Training Session - How to use EXCEL ?
SAM Training Session - How to use EXCEL ?Alexandre Beguel
 
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdfAndrey Devyatkin
 
2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shardsChristopher Curtin
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesKrzysztofKkol1
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogueitservices996
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jNeo4j
 
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...Bert Jan Schrijver
 
eSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolseSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolsosttopstonverter
 
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxUI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxAndreas Kunz
 

Último (20)

The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptxThe Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
The Role of IoT and Sensor Technology in Cargo Cloud Solutions.pptx
 
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
Tech Tuesday Slides - Introduction to Project Management with OnePlan's Work ...
 
Patterns for automating API delivery. API conference
Patterns for automating API delivery. API conferencePatterns for automating API delivery. API conference
Patterns for automating API delivery. API conference
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive Goal
 
Zer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdfZer0con 2024 final share short version.pdf
Zer0con 2024 final share short version.pdf
 
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
Revolutionizing the Digital Transformation Office - Leveraging OnePlan’s AI a...
 
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News UpdateVictoriaMetrics Q1 Meet Up '24 - Community & News Update
VictoriaMetrics Q1 Meet Up '24 - Community & News Update
 
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + KobitonLeveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
Leveraging AI for Mobile App Testing on Real Devices | Applitools + Kobiton
 
Introduction to Firebase Workshop Slides
Introduction to Firebase Workshop SlidesIntroduction to Firebase Workshop Slides
Introduction to Firebase Workshop Slides
 
Osi security architecture in network.pptx
Osi security architecture in network.pptxOsi security architecture in network.pptx
Osi security architecture in network.pptx
 
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdfEnhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
Enhancing Supply Chain Visibility with Cargo Cloud Solutions.pdf
 
SAM Training Session - How to use EXCEL ?
SAM Training Session - How to use EXCEL ?SAM Training Session - How to use EXCEL ?
SAM Training Session - How to use EXCEL ?
 
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
2024-04-09 - From Complexity to Clarity - AWS Summit AMS.pdf
 
2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards2024 DevNexus Patterns for Resiliency: Shuffle shards
2024 DevNexus Patterns for Resiliency: Shuffle shards
 
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilitiesAmazon Bedrock in Action - presentation of the Bedrock's capabilities
Amazon Bedrock in Action - presentation of the Bedrock's capabilities
 
Ronisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited CatalogueRonisha Informatics Private Limited Catalogue
Ronisha Informatics Private Limited Catalogue
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
 
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
JavaLand 2024 - Going serverless with Quarkus GraalVM native images and AWS L...
 
eSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration toolseSoftTools IMAP Backup Software and migration tools
eSoftTools IMAP Backup Software and migration tools
 
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptxUI5ers live - Custom Controls wrapping 3rd-party libs.pptx
UI5ers live - Custom Controls wrapping 3rd-party libs.pptx
 

Lab2 RTC Work Items

  • 2. Student Exercises Course materials may not be reproduced in whole or in part without the prior written permission of IBM. © Copyright IBM Corp. 2008, 2013 Exercise 2. Managing Work Items 2-1 V9.0 EXempty Exercise 2. Managing Work Items What this exercise is about The purpose of this exercise is to become familiar with the IBM® Rational Team Concert™ Work Item perspective and views, and to gain experience with creating, querying, triaging, and working on Rational Team Concert work items. What you should be able to do At the end of this exercise, you should be able to: • Create a work item in the project. • Query work items in the project. • Adjust how the results are sorted and how they are displayed, and then add conditions to the query to limit its scope. • Join a Rational Team Concert project, and then switch context to the new project. • Triage a work item for the project.
  • 3. Student Exercises Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 2-2 Developing Software with IBM Rational Team Concert, V4.0.4 © Copyright IBM Corp. 2008, 2013 2.1. Create a work item Scenario In this exercise, you practice creating a work item in the JKE Banking project. __ 1. Start Rational Team Concert, and select the C:Workspacesdeb workspace. Help. This step might not be necessary if the Rational Team Concert client is open from a previous lab. __ 2. In the Team Artifacts view, expand the JKE Banking folder. Right-click the Work Items folder and then click New > Work Item. The Create New Work Item window opens and shows the available work-item types. __ 3. Select Defect, and then click Finish. A Work Item editor window opens. __ 4. Populate the common defect properties: • In the Summary field, enter Sample Defect for Deb. • In the Description section, enter Sample description. • From the Filed Against list, select JKE/BRM. • From the Found In list, select Sprint 2 Development. • From the Owned By list, select Deb. • From the Priority list, select Medium. __ 5. Click the Links tab so that you can add an attachment. • In the Attachments section, click Add File. • Click Desktop and then select RS843. • Double-click photo.png. The file is attached to the defect. __ 6. Click Save. Help. A unique ID is assigned to your defect, and it is saved in the Rational Team Concert database.
  • 4. Student Exercises Course materials may not be reproduced in whole or in part without the prior written permission of IBM. © Copyright IBM Corp. 2008, 2013 Exercise 2. Managing Work Items 2-3 V9.0 EXempty 2.2. Create simple work-item queries Scenario In this exercise, you practice creating simple work-item queries in the JKE Banking project. __ 1. In the Team Artifacts view, open the JKE Banking folder. Right-click the Work Items folder and then click New > Query. The Work Item Query editor window opens. __ 2. In the Query editor, click Start from scratch. Help. In this step, you create a query for all of the work items that are associated with the JKE Banking project. __ 3. Click Run to start the query. Help. Because you did not add any conditions to this query, all work items that are created for the JKE Banking project are displayed in the Work Items view. __ 4. In the Work Item Query Name field, enter All JKE Banking Work Items, and then click Save. Help. This personal query is saved in the My Queries folder in the Work Items file in the JKE Banking project. __ 5. Modify the query so that it sorts according to the status and owner of each work item: • Click the Column Display tab at bottom of the Query editor. • In the Sorting section, look at the Available sort columns list: - Double-click Status. - Double-click Owned By. Help. In this step, you sort first by status and then by the owner. __ 6. Click Run. Help. The Work Items view shows the query results that are sorted by status and then by owner.
  • 5. Student Exercises Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 2-4 Developing Software with IBM Rational Team Concert, V4.0.4 © Copyright IBM Corp. 2008, 2013 __ 7. Customize which work-item properties are displayed in the query result list: • Click the Column Display tab at the bottom of the Query editor. • In the Columns section, click Set to Defaults to populate the default properties. The most commonly displayed work-item properties are displayed. • In the Columns section, look at the Available columns list: - Double-click Creation Date to add it to the Selected columns list. • In the Columns section, look at the Selected columns list: - Double-click Created By to remove it. - Click Owned By. - Click Up until Owned By is the fourth item on the list after Status. Help. Because you want to sort the list by status and owner, place the Owned By and Status fields right after the work-item Type and ID columns in the results. __ 8. Click Run. The Work Items view shows the query results with the new property display format and applied sorting changes. __ 9. Save the modified query as a new personal query: • Click Save Copy. • Replace the text in the Name field with this text:  All JKE Banking Work Items by Status and Owner • Click Save. The new query is saved, and the original “All JKE Banking Work Items” query remains unchanged. __ 10. In the Work Items view, click the Creation Date column header. What happens? The results are sorted by the Creation Date property values only. Help. This sort does not affect the saved query. The sort affects the order of the current results in the Work Items view.
  • 6. Student Exercises Course materials may not be reproduced in whole or in part without the prior written permission of IBM. © Copyright IBM Corp. 2008, 2013 Exercise 2. Managing Work Items 2-5 V9.0 EXempty 2.3. Create more sophisticated work-item queries Scenario These lab exercises go deeper into querying Rational Team Concert work items. You add conditions to the query so that only urgent work items are displayed. In this exercise, “urgent” means all JKE Banking work items that meet these criteria: the priority is high, or the severity is set to Critical and Blocker, or the creation date is after 1 day ago, and the status is set to Unresolved. __ 1. Start with the “All JKE Banking Work Items by Owner and Status” query from Exercise 2.2. • If the query is not already open, complete these steps: - In the JKE Banking project folder, expand Work Items, and then expand My Queries. - Right-click All JKE Banking Work Items by Owner and Status, and then click Edit. • In the Work Item Query editor, click Save Copy. • In the query Name field, enter Urgent JKE Banking Work Items. • Click Save. Help. In this step, you create a third personal query that is updated with conditions in the remaining steps of this exercise. __ 2. On the Conditions tab, do these steps in the “AND All must match” section. • Click the Add Conditions icon.The Add Conditions window opens. • Select the Priority property. • Press and hold Ctrl, and then select the Severity property. • Click OK. The Add Conditions window closes, and two Condition windows open __ 3. Select the values for Priority and Severity properties: • For the Priority value, select High. • For the Severity value, select Critical and Blocker. • Click Run.
  • 7. Student Exercises Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 2-6 Developing Software with IBM Rational Team Concert, V4.0.4 © Copyright IBM Corp. 2008, 2013 Help. After you click Run, note the results: In the Work Items View, only one work item is found because only one work item meets the conditions that you set for the Priority and Severity properties. __ 4. Set the query to choose either Priority or Severity conditions. In the “AND All must match” section, complete these steps: • From the list, click OR. The section is now “OR Any can match.” • Click Run. • Click Save. Help. You want the query to choose either Priority or Severity conditions, but not both. After you click Run and Save, how many work items were found? __ 5. Add two more conditions to this query: Creation Date and Status. Set the query to search for work items that were created on or after 1 day ago and that are unresolved. • In the “OR Any can match” section, click the arrow next to the Add Conditions icon on the far right, which looks like a green plus sign. • Select AND Group. A new, nested section is displayed called “AND All must match.” • In the new “AND All must match” section, click the Add Conditions icon. - Select Creation Date. - Press and hold Ctrl, and then click Status. - Click OK. Two condition boxes are displayed in the lower part of the “OR Any can match” section. • In the Creation Date field: - Click Relative date. - In the field, enter 1. - Click the down arrow next to Creation Date is, and select after (including). • In the Status field, select Unresolved. • Click Run. Help. These old, unresolved work items would also be urgent.
  • 8. Student Exercises Course materials may not be reproduced in whole or in part without the prior written permission of IBM. © Copyright IBM Corp. 2008, 2013 Exercise 2. Managing Work Items 2-7 V9.0 EXempty __ 6. Click Save. Help. In this step, you save the updated “Urgent JKE Working Work Items” query. After you complete this step, unresolved work items that were created on or after 1 day ago are listed.
  • 9. Student Exercises Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 2-8 Developing Software with IBM Rational Team Concert, V4.0.4 © Copyright IBM Corp. 2008, 2013 2.4. Join the project team Scenario In this exercise, you accept all of the work for the JKE Banking Project. This project contains a Java™ application that is being developed to perform a banking function. __ 1. If the Work Items perspective is not already open, switch to that perspective. Help. To open the perspective, click Window > Open Perspective > Work Items. __ 2. Open the My Work view. __ 3. In Inbox section of the My Work view, click Accept all work. Help. In this step, both the work items that are planned for in the product backlog and that are unplanned are moved to the Future Work section. The JKE Banking Project work item that is assigned to you for the current iteration is moved to Current Work section.
  • 10. Student Exercises Course materials may not be reproduced in whole or in part without the prior written permission of IBM. © Copyright IBM Corp. 2008, 2013 Exercise 2. Managing Work Items 2-9 V9.0 EXempty 2.5. Review your assigned work item for the JKE Banking project Scenario In this exercise, you explore a work item in the JKE Banking project. __ 1. Open the Implement - Requests sent in form of email work item in the Work Item editor. • In the My Work view, look at the Current Work section. • Double-click the work item called “Implement - Requests sent in form of email.” __ 2. On the Overview tab, thoroughly review the information, including these fields: Summary Description Discussion Priority Severity Filed Against Planned For Created By Owned By Help. The information on the Overview tab provides insight into what must be done, why, and who requested the work. The Discussion field might contain additional important information from other team members or stakeholders. __ 3. Click the Links tab and answer these questions: • Are there any attachments? • Are there any links? • Are there related work items? • Do duplicates exist? • Are there parent or child work items? • Are there any Subscribers who get notified when the Task is modified? Help. Complete these steps to develop the practice of thoroughly reviewing work items that are assigned to you before you decide how to act on them.
  • 11. Student Exercises Course materials may not be reproduced in whole or in part without the prior written permission of IBM. 2-10 Developing Software with IBM Rational Team Concert, V4.0.4 © Copyright IBM Corp. 2008, 2013 __ 4. Click the Overview tab, and update this information: • In the Estimate field, change the value to 3 hours. • In the Time Remaining filed, change the value to 3 hours • Click Save. Help. Rational Team Concert converts the estimate string from 3 hours to 3h. __ 5. Click the History tab and answer these questions: • How has the work item evolved? • Who is making changes to what fields and when were they made? • What were the previous field values? End of exercise