US20140359555A1 - Methods and Systems for Reporting on Build Runs in Software Development - Google Patents
Methods and Systems for Reporting on Build Runs in Software Development Download PDFInfo
- Publication number
- US20140359555A1 US20140359555A1 US14/463,385 US201414463385A US2014359555A1 US 20140359555 A1 US20140359555 A1 US 20140359555A1 US 201414463385 A US201414463385 A US 201414463385A US 2014359555 A1 US2014359555 A1 US 2014359555A1
- Authority
- US
- United States
- Prior art keywords
- build
- run
- runs
- work item
- work
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Abandoned
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
- G06F8/71—Version control; Configuration management
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Preventing errors by testing or debugging software
- G06F11/3668—Software testing
- G06F11/3672—Test management
- G06F11/3684—Test management for test design, e.g. generating new test cases
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/10—Office automation; Time management
- G06Q10/101—Collaborative creation, e.g. joint development of products or services
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/10—Office automation; Time management
- G06Q10/103—Workflow collaboration or project management
Definitions
- the disclosed embodiments relate generally to project management software, and more particularly, to reporting associations between build runs and work items using software development project management software.
- Agile software development refers to software development methodologies in which software is developed incrementally in steps referred to as iterations. Iterations typically are measured in weeks and may vary in length from one week or less to one month or more. Examples of agile software development methodologies include Scrum, Extreme Programming (XP), Crystal, Lean Development, AgileUP, and Dynamic Systems Development Method (DSDM). Agile software development methods also have been referred to as lightweight methods. Methodologies may have their own vocabulary. For example, an iteration may be referred to as a sprint or a timebox, depending on the methodology. Agile software development is distinguishable from the “waterfall” model of sequential software development.
- Software for implementing agile development methodologies, or other types of software for managing software development allows work items associated with development of a software project to be tracked.
- work items include, without limitation, features to be implemented, defects to be fixed, and tasks and tests associated with implementing features and fixing defects.
- Software developers, testers, and project managers may desire to view the relationships between work items and code changes in a user-friendly and efficient manner.
- a method includes: obtaining a plurality of code changes for a software product; and identifying the plurality of code change as affecting a work item of a software product under development.
- the work item specifies a feature to be added to the software product or a defect to be removed from the software product.
- the method also includes generating (i) a plurality of build runs of the software product, respective build runs corresponding to one or more code changes in the plurality of code changes; and (ii) data associating the work item with one or more build runs that each correspond to at least one of the one or more code changes specified as involving the work item; receiving a user input selecting the work item; and in response to the user input, displaying respective identifiers of at least one build run of the one or more build runs associated with the work item, including presenting an identifier of the at least one build run.
- FIG. 1 is a flow diagram illustrating an agile software development process flow in accordance with some embodiments.
- FIGS. 2A and 2B are schematic screenshots of a user interface displaying assets associated with an agile software development process in accordance with some embodiments.
- FIGS. 2C and 2D are schematic screenshots of a user interface for viewing an asset's attributes and related assets in accordance with some embodiments.
- FIG. 2E is a schematic screenshot of a user interface displaying assets with attributes including a last affected build run in accordance with some embodiments.
- FIG. 2F is a schematic screenshot of a user interface displaying build runs associated with a selected work item in accordance with some embodiments.
- FIG. 2G is a schematic screenshot of a user interface displaying build runs available for assignment to a selected work item in accordance with some embodiments.
- FIG. 2H is a schematic screenshot of a user interface displaying a report listing build runs in accordance with some embodiments.
- FIG. 2I is a schematic screenshot of a user interface displaying work items associated with a selected build run in accordance with some embodiments.
- FIG. 2J is a schematic screenshot of a user interface allowing a user to specify a range of build runs in accordance with some embodiments.
- FIG. 2K is a schematic screenshot of a user interface displaying work items associated with build runs in a specified range in accordance with some embodiments.
- FIG. 3 is a timeline illustrating a build run generation process in accordance with some embodiments.
- FIG. 4 is a block diagram illustrating an agile development management system in accordance with some embodiments.
- FIG. 5 is a block diagram illustrating a client computer in accordance with some embodiments.
- FIG. 6 is a block diagram illustrating a server computer in accordance with some embodiments.
- FIG. 7A is a diagram illustrating a data structure for assets in accordance with some embodiments.
- FIG. 7B is a diagram illustrating an object model for storing relationships between build runs, build projects, work items, and change sets in accordance with some embodiments.
- FIGS. 8A-8B are flow diagrams illustrating methods of developing software in accordance with some embodiments.
- FIG. 1 is a flow diagram illustrating an agile software development process flow 100 in accordance with some embodiments. Support for performing operations in the process flow 100 can be provided by agile development management software.
- Work item planning ( 102 ) includes identifying work to be performed during the software development process. For example, features to be included in the software being developed are specified and software defects to be fixed during development are identified. Depending on the agile methodology being used, features also may be referred to as stories, backlog items, or requirements.
- a work item is any item for which the agile development management software platform can track progress, such as time spent working on the item. Estimates for the time that work items require for completion (e.g., the time to complete features or to fix defects) may be entered during the work item planning process.
- groups of work items may be defined. For example, a feature group may be defined to include a plurality of features.
- a group of related features is referred to as a theme.
- a group of features that constitute a single large or complex feature is referred to as an epic.
- defined groups of work items may contain different types or levels of work items and thus be hierarchical, or alternatively may contain a single type or level of work items and thus be flat.
- Work estimates for the features within a feature group may be added together to provide an overall work estimate for the feature group.
- the work estimate for a group of work items (e.g., a feature group) thus may provide a roll-up of the work estimates for the individual work items (e.g., features) in the group.
- Release planning ( 104 ) includes assigning identified work items (e.g., features and defects) to particular planned software releases. For example, certain features may be included in an initial release, with additional features to be added in subsequent releases. Similarly, fixing various defects may be scheduled across multiple releases. More generally, release planning may include assigning identified work items to levels or nodes in a project hierarchy.
- the project hierarchy may include projects, sub-projects, releases, teams and other internal organizations, clients or customers, and vendors.
- Iteration planning ( 106 ) includes assigning work items to iterations. There may be multiple iterations performed to prepare a particular software release; iteration planning thus involves specifying what work will be performed in which iterations. For example, features and defects are assigned to particular iterations. Within each iteration, tasks and tests corresponding to the features and defects are defined. A task is a unit of work performed as part of delivering a feature. In some embodiments, a task is defined such that it takes no more than 3 days to perform. A test is an acceptance criterion that a feature must satisfy. Estimates for the time required to complete tests and tasks may be entered. In some embodiments, the estimates for tasks and tests are independent of the estimates for their features. Tasks and tests are examples of work items.
- the actual time spent working on the work items (e.g., on the features and defects and their corresponding tasks and tests) during an iteration is tracked ( 108 ) and compared against the estimates.
- Progress and status reports may be displayed graphically.
- a “dashboard” user interface may display multiple graphical reports.
- Possible graphical reports include burndown charts, velocity charts, burn-up charts, Gantt charts, parking lot reports, scope change, defect trending, test case status, and defect actuals.
- a burndown chart illustrates remaining work vs. time.
- Velocity refers to the estimated work per iteration on a project.
- Scope change refers to a change in requirements, such as the addition or deletion of features and defects.
- Reports may be generated for a specified level or node in the project hierarchy (e.g., for a specified project, sub-project, release, team or other internal organization, client or customer, and/or vendor.) Reports may be generated to display relationships between work items and build runs.
- the operations in the development process flow 100 are presented sequentially in FIG. 1 for purposes of illustration. However, the operations need not be performed sequentially.
- the planning operations 102 , 104 , and 106 may be updated dynamically throughout the agile development process.
- tracking 108 may be performed dynamically, and may prompt subsequent planning changes.
- multiple operations may be combined into a single operation and additional operations may be added to the flow 100 .
- work item thus is any item associated with software development for which project management software can track progress, such as time spent working on the item.
- a release may refer to any type of software product release.
- a project hierarchy may refer to any set of levels or nodes associated with a software development project being managed using project management software.
- a software project development process such as the agile software development process 100 has various assets associated with it.
- Nodes in the project hierarchy such as projects, sub-projects, releases, teams, clients, and vendors, can be considered assets, as can iterations.
- Work items such as features and defects are assets, as are tasks and tests.
- Feature groups are assets. Assets may be associated with (i.e., related to) other assets.
- tasks and tests are associated with corresponding features and defects, which in turn may be associated with corresponding iterations.
- features in a particular feature group are associated with the feature group.
- An asset includes various attributes.
- each kind of asset e.g., work item, project, goal, feature group, feature, task, etc.
- Types of attributes include text strings, numerical values, values calculated according to a formula (“synthetic attributes”), and associated/related assets.
- a first asset associated with (i.e., related to) a second asset thus is considered an attribute of the second asset.
- An attribute may be automatically included (e.g., hard-coded or created for a particular installation) in project management software or may be customized (i.e., user-defined).
- UIs user interfaces
- UIs user interfaces
- UIs are shown in a browser window.
- UIs are shown by a stand-alone application.
- Agile development management software can display groups of assets of a particular type. For example, groups of assets associated with work item planning, release planning, or iteration planning may be displayed.
- FIG. 2A is a schematic screenshot of a user interface 200 displaying a group 201 of assets associated with an agile software development process, in accordance with some embodiments.
- the particular type of group is determined by selecting a tab, selection box, radio button icon, or item in a drop-down menu. For example, in FIG. 2A a “workitem planning” tab 202 has been selected, indicating that the group 201 is a work item planning group.
- a group of a particular type may include multiple kinds of assets.
- the work item planning group 201 includes features (e.g., “Multi-Select Goal Assignment” 208 ) and defects (e.g., “Grid Filter Loses Plus/Minus State” 210 ), as indicated by features icons 209 and defects icons 211 .
- features e.g., “Multi-Select Goal Assignment” 208
- defects e.g., “Grid Filter Loses Plus/Minus State” 210
- the displayed assets in the group 201 are associated with a particular project hierarchy node 204 , displayed for example in a project selection window 206 .
- Assets may be added to the group 201 , for example, by selecting an “add story” (i.e., add feature) link 232 or an “add defect” link 234 .
- a user interface for displaying a group of assets may include multiple links or icons for adding multiple respective kinds of assets, or may include a single link or icon for adding assets (e.g., a single “add work item” link (not shown)).
- selection of a link or icon for adding assets results in the display of a separate user interface for adding assets (not shown).
- Assets displayed in the group 201 also may be edited, for example, by selecting an “edit” link (e.g., 236 ) corresponding to a respective asset.
- selection of an edit link or corresponding icon results in the display of a separate user interface for editing assets, as described below with regard to FIGS. 2B-2D .
- the displayed assets include a set of attributes selected for display, such as title 212 , ID 214 , owner 216 , status 218 , priority 220 , estimate 222 , and project 224 . Some of the attributes are also assets, such as project 224 . Some of the values for the attributes are blank: for example, no owner 216 , status 218 , priority 220 , or estimate 222 is shown for a number of assets, including feature 208 .
- Assets to be displayed in the group 201 may be filtered according to one or more attributes using filters 238 .
- a subset of the displayed attributes includes user input fields to accept edits to attribute values. For example, a user may select a priority from a drop-down box 228 and may enter a work or size estimate (e.g., an estimate of time) in a text input box 230 .
- a work or size estimate e.g., an estimate of time
- FIG. 2B is a schematic screenshot of a user interface displaying a group of assets associated with an agile software development process in accordance with some embodiments.
- the user interface 251 of FIG. 2B displays a group 262 of assets associated with iteration planning, as indicated by selection of an “iteration planning” tab 263 .
- the iteration planning group 262 includes features (e.g., “Enter RMA” 264 ) and defects (e.g., “Inventory Levels Off in Warehouse” 265 ), as indicated by features icons 209 and defects icons 211 .
- the displayed assets in the group 262 are associated with a particular iteration 255 .
- the displayed assets in the group 262 also are associated with a particular project hierarchy node 261 (also referred to as a project hierarchy level 261 ), displayed for example in the project selection window 206 .
- the project hierarchy node 261 corresponds to a project entitled “Call Center,” which includes multiple software releases (e.g., “Release 1.0” and “Release 2.0”) and has multiple teams (e.g., “Team A” and “Team B”) working on releases. Each release and each team may be selected as a project hierarchy node in the project selection window 206 .
- the displayed group of assets in response to selection of a particular project hierarchy node, is updated to display assets associated with the selected project hierarchy node.
- the displayed group 262 of assets is updated to display assets associated with iteration planning for the selected release or team.
- Assets to be displayed in the group 262 may be filtered according to one or more attributes using filters 266 .
- Assets may be added to the group 262 by, for example, selecting an “add backlog item” link 267 or an “add defect” link 234 .
- the displayed assets in the group 262 include a set of attributes, such as title 212 , ID 214 , owner 216 , status 218 , estimate 222 , detail estimate 268 , and “to do” 269 .
- the “estimate” 222 and “detail estimate” 268 attributes provide estimates of quantities of work associated with assets, while the “to do” 269 attribute provides estimates of quantities of work remaining to be done for assets.
- some of the attributes may be assets associated with a displayed asset in the group 262 (i.e., may be related assets).
- an asset displayed in the group 262 may be edited by selecting a link corresponding to the asset, which results in display of a separate user interface (UI) for editing the asset.
- UI user interface
- selection of the “plan backlog item” link 271 for the “enter RMA” asset 264 results in display of a window 290 ( FIG. 2C ).
- Background item in this context is a type of work item.
- the window 290 displays attributes 272 of the “enter RMA” asset 264 , such as ID, title, project, iteration, feature group, description, and estimate.
- the attributes are displayed in a list.
- the window 290 also displays related assets 273 associated with the “enter RMA” asset 264 .
- the related assets 273 include tasks and tests associated with the “enter RMA” asset 264 , which is a feature. Attributes of the related assets 273 (e.g., title 212 , ID 214 , owner 216 , and detail estimate 268 ) are displayed.
- the related assets 273 may be edited by selecting a corresponding link.
- related asset 274 (“Enter RMA Using Order Number”) may be edited by selecting an “edit” link 277 .
- a UI 278 ( FIG. 2D ) for editing the related asset 274 is displayed in the window 290 along with the attributes 272 and related assets 273 .
- the UI 278 includes user input fields (e.g., 279 , 281 , 283 , and 284 ) to display and receive edits to attributes of the related asset 274 .
- the UI 278 includes drop-down menus (e.g., 280 , 282 ) to select values for attributes of the related asset 274 .
- the user may enter values directly into the user input fields. Edits may be applied by selecting the “OK” link 285 or canceled by selecting the “cancel” link 286 .
- display of the UI 278 is ceased and displayed attribute values for the edited related asset 274 are updated in response to the edits.
- the user then may select another edit link associated with another related asset, resulting in display of another UI 278 within the window 290 for displaying and editing the newly selected related asset.
- multiple UI's for displaying and editing multiple respective related assets may be open simultaneously within the window 290 and may be accessed simply by scrolling within the window 290 .
- a new related asset may be added via the window 290 .
- a new task or test for the “enter RMA” asset 264 may be added by selecting the “add task” link 275 or “add test” link 276 .
- selection of the “add task” link 275 or “add test” link 276 results in display, within the window 290 , of a user interface analogous to UI 278 for which the user input fields (e.g., 279 , 281 , 283 , and 284 ) are blank.
- the user may enter attribute values for the new task or test through the user input fields.
- the user may specify attribute values via drop-down menus (e.g., 280 , 282 ).
- creation of the new task or test is completed by selecting the “OK” icon 285 or canceled by selecting the “cancel” icon 286 .
- display of the UI for creating the new related asset is ceased and the new related asset is displayed among the related assets 273 .
- the window 290 thus provides a single integrated interface through which a user may view multiple levels of information for an asset in addition to performing edits. For example, the user may view attributes of the asset itself and of related assets, and may edit or create related assets.
- the integrated interface allows the user to perform these tasks without having to browse through a succession of windows.
- FIG. 2E is a schematic screenshot of a user interface 290 displaying a group 292 of assets associated with an agile software development process in accordance with some embodiments.
- the assets of the group 292 are work items, such as features (e.g., Enter RMA 264 ) and defects (e.g., Inventory Levels off in Warehouse 265 ).
- the group 292 of work items is identical to the group 262 ( FIG. 2B ) except that different attributes are displayed.
- an attribute entitled Last Affected Build Run 294 is displayed for the assets in the group 292 .
- the last affected build run 294 is the build run in which a work item is completed, fixed, verified, or most recently worked on.
- the last affected build run could be the build run in which the feature was fully implemented, or alternatively, the build run in which the feature was verified. If the feature has not yet been fully implemented, the last affected build run could be the most recent build run having code changes involving the feature. If the work item is a defect, the last affected build run could be the build run in which the defect was fixed or in which the fix was verified.
- the last affected build run could be the most recent build run having code changes involving the defect.
- selection of a Close Defect link 296 results in display of a UI (not shown) that enables the user to specify that a defect has been fixed; this UI includes a user input field to update the last affected build run 294 for the defect.
- the UI 290 enables a developer or quality engineer to determine the appropriate build to use to verify a group of work items. For example, to verify all work items displayed in the group 292 , a quality engineer would select the “Call Center 1008 ” build run, or a more recent build run, because “Call Center 1008 ” is the most recent of the build runs displayed under Last Affected Build Run 294 .
- a group of work items such as the group 292 includes one or more other attributes involving build runs in addition to or as an alternative to the last affected build run 294 .
- a list of defects may include the build runs in which respective defects were found.
- FIG. 2F is a schematic screenshot of a user interface 2000 displaying build runs (or, more precisely, build run indicators) associated with a selected work item 265 in accordance with some embodiments.
- the UI 2000 is accessed by selecting a work item (e.g., by clicking on the title of the “Inventory Levels off in Warehouse” defect 265 in the UI 290 , FIG. 2E ) and, in some embodiments, by clicking on one or more tabs, icons, menu items, or the like.
- the UI 2000 displays various types of build runs associated with the defect 265 , including the build run in which the defect 265 was identified (Found In Build Run 2006 ), the last affected build run 2008 for the defect 265 , and a list 2012 of all build runs affected by the defect (All Affected Build Runs 2010 ).
- affected build runs for a defect are defined to be all successive build runs from the build run in which the defect is identified through the last affected build run.
- the defect 265 was found in the Call Center 1002 build run and fixed in the Call Center 1004 build run.
- the affected build runs thus are Call Center 1002 , 1003 , and 1004 , as displayed in the All Affected Build Runs 2010 section of the UI 2000 .
- a title 2002 and reference 2004 is shown for each build run displayed in the UI 2000 .
- the title 2002 combines a project name (e.g., “Call Center”) with a serial number.
- the reference 2004 is a serial number.
- other build runs indicators e.g., the date of the build run may be displayed along with or included in the title 2002 and/or reference 2004 .
- the user may change the build run listed under Found In Build Run 2006 , or, if no build run is listed, add a build run to be displayed that indicates when the defect 265 was identified.
- the user may change the build run listed as the Last Affected Build Run 2008 .
- the last affected build run for a work item is defined as the most recent build run with code changes corresponding to the work item, but a user may override this default and assign the last affected build run to be a different build run, such as the build run in which the work item (e.g., the defect 265 ) was verified.
- selecting the Assign icon 2014 or 2018 results in display of a UI 2030 ( FIG. 2G ) with a list 2038 of build runs.
- the UI 2030 is displayed as superimposed on the UI 2000 .
- a filter 2032 allows the user to filter the build runs in the list 2038 by selecting a build project (e.g., Call Center), in response to which build runs for the selected build project are displayed in the list 2038 .
- the build project is selected, for example, using a drop-down menu 2034 .
- the user may select a build run from the list 2038 (e.g., by clicking on the title 2002 of the build run or on a corresponding Add icon 2040 ).
- the selected build run is subsequently displayed in the UI 2000 under Found In Build Run 2006 , if the UI 2030 was accessed through the Assign icon 2014 , or Last Affected Build Run 2008 , if the UI 2030 was accessed through the Assign icon 2018 .
- the UI 2030 thus allows the user to specify the build run in which the defect 265 was identified or verified. If the user decides not to specify a build run, the user may select the Close Window button 2036 to return to the UI 2000 ( FIG. 2F ).
- the term build project refers to a project associated with a discrete or deliverable software product. Not every project hierarchy node is a build project.
- the project hierarchy node 261 is a deliverable piece of software being developed for call center operations and thus is a build project. Sub-nodes of the node 261 , however, such as Team A and Team B, are not build projects.
- a Remove icon 2016 By selecting a Remove icon 2016 , the corresponding build run is removed from the UI 2000 ( FIG. 2F ), such that it is no longer displayed. Selecting a Remove icon 2016 thus severs the relationship between a work item and a build run (e.g., by severing a relationship 762 , 764 , or 776 in the object model 750 , FIG. 7B ).
- the UI 2000 thus displays various build runs associated with the defect 265 .
- An analogous UI (not shown) displays builds runs associated with a particular feature or with any other type of work item.
- a UI for displaying build runs associated with a particular feature may include the lasted affected build run for the feature and/or a list of all affected build runs for the feature.
- the list of all affected build runs for the feature includes every build run between the first build run to include changes related to the feature and the last affected build run, or alternatively, every build run that includes code changes related to the feature.
- FIG. 2H is a schematic screenshot of a user interface 2050 displaying a report with a list 2056 of build runs in accordance with some embodiments.
- the UI 2050 is accessed by selecting one or more tabs, icons, menu items, or the like (e.g., Reports tab 2052 and Build Runs tab 2054 ).
- a build project e.g., the Call Center project hierarchy node 261
- a list 2056 of build runs for the selected build project is displayed.
- the list includes one or more identifiers and/or attributes of the build runs, including, for example, the build run title 2002 , reference number 2004 , date 2058 (e.g., the date the build run was generated), build project 2060 , source 2062 , status 2064 , and links 2066 .
- the “Build Report” link 2068 allows the user to navigate to a web page displaying a build report with information about a corresponding build run.
- Build reports are generated, for example, by a continuous integration server (e.g., server 306 , FIGS. 3-4 ) responsible for generating the build run.
- FIG. 2I is a schematic screenshot of a user interface 2100 displaying work items associated with a selected build run (Call Center 1007 ) in accordance with some embodiments.
- a defect 2104 entitled No Field Validation is listed under Found Defects 2102 , indicating that the No Field Validation defect 2104 was identified in the Call Center 1007 build run. Identification of the Call Center 1007 build run as the build run in which the No Field Validation defect 2104 was found may have resulted from selecting the defect 2104 and then accessing the UI 2030 ( FIG.
- a defect 2108 entitled JavaScript Error is listed under Completed Work Items 2106 , indicating that the defect 2108 was fixed in code changes introduced in the Call Center 1007 build run, or alternatively that the defect 2108 was verified in the Call Center 1007 build run. Identification of the Call Center 1007 build run as the last affected build run for the No Field Validation defect 2104 may have resulted from comments submitted with code changes (e.g., as discussed for FIG. 3 , below) or from selecting the defect and then accessing the UI 2030 ( FIG. 2G ) via an Assign icon 2018 ( FIG. 2F ), for example.
- a feature 2112 entitled Add Customer Header is listed under Included Work Items 2110 .
- listing of the feature 2112 under Included Work Items 2110 but not under Completed Work Items 2106 indicates that code changes relating to the Call Center 1007 build run were included in the Call Center 1007 but did not fully implement the feature 2112 .
- code changes relating to the Call Center 1007 build run were included in the Call Center 1007 but did not fully implement the feature 2112 .
- only a portion of the functionality of the feature 2112 may have been implemented in the Call Center 1007 , or the implementation of the feature 2112 in the Call Center 1007 may have included bugs.
- Identification of the Call Center 1007 build run as affecting the feature 2112 may have resulted from comments submitted with code changes (e.g., as discussed for FIG. 3 , below), for example.
- the UI 2100 lists one or more change sets 2114 with code changes that affect the selected build run.
- the listed change set CS007 2116 thus includes code changes that affect the Call Center 1007 build run.
- the displayed title of each change set is a link to provide access to the change set.
- a user may specify a range of build runs and view one or more work items (e.g., every work item) associated with build runs in the specified range.
- FIG. 2J is a schematic screenshot of a user interface 2130 allowing a user to specify a range of build runs in accordance with some embodiments.
- the UI 2130 is accessed by selecting one or more tabs, icons, menu items, or the like (e.g., Reports tab 2052 and Build Run Contents tab 2132 ). The user specifies the first run in the range using the Start Run user input field 2134 and the last run in the range using the End Run user input field 2138 .
- the first and last (i.e., start and end) runs are specified using icons 2136 and 2140 , which provide access to a list of builds associated with a selected build project 261 . Selecting the Go button 2142 results in display of the one or more work items associated with the build runs in the specified range, while selecting the Reset button 2144 resets the values in the user input fields 2134 and 2138 .
- FIG. 2K is a schematic screenshot of the user interface 2130 after a range of build runs (Call Center 1006 through 1008 ) has been specified: the UI 2130 now displays the one or more work items associated with the build runs in the specified range in accordance with some embodiments. Specifically, the UI 2130 lists defects completed 2150 in the specified range, features completed 2154 in the specified range, and defects introduced 2160 in the specified range.
- FIG. 1 is a schematic screenshot of the user interface 2130 after a range of build runs (Call Center 1006 through 1008 ) has been specified: the UI 2130 now displays the one or more work items associated with the build runs in the specified range in accordance with some embodiments. Specifically, the UI 2130 lists defects completed 2150 in the specified range, features completed 2154 in the specified range, and defects introduced 2160 in the specified range.
- the UI 2130 displays other categories of work items, such as work items that affect at least one build run in the specified range.
- FIG. 3 is a timeline illustrating the build run generation process in accordance with some embodiments.
- FIG. 3 illustrates events involving a developer (or tester/quality engineer) system 302 (e.g., a computer used by a software developer or tester), a source code management (SCM) server 304 , a continuous integration (CI) server 306 , and a project management server 308 , with time 318 along a vertical axis.
- the SCM server 304 is referred to as a version control system (VCS) and the CI server 306 is referred to as a build server.
- VCS version control system
- the SCM server 304 is a repository of source code; developers check code into and out from the SCM server 304 .
- the CI server 306 receives source code from the SCM server 304 and performs builds, thus generating build runs.
- the CI server 306 periodically queries the SCM server 304 and performs resulting builds at regular intervals (e.g., daily). These queries and resulting builds may be performed automatically.
- Automatic generation of build runs makes a system for relating work items to build runs particularly useful, because the developer or quality engineer does not control build run generation and thus may not be aware of which build runs affect which work items.
- User interfaces such as those illustrated in FIGS. 2E-2K solve this problem by allowing the developer or quality engineer to track relationships between build runs and work items.
- the CI server 306 queries ( 320 ) the SCM server 304 as to whether the SCM server 304 has received any code changes since a previous query.
- the SCM server 304 responds in the negative ( 322 ) and the CI server 306 does not perform a build.
- a developer at a developer system 302 commits a code change ( 324 ) to the SCM server 304 .
- the developer specifies work items affected by the code change. For example, if the code change attempts to at least partially implement a feature or fix a defect, the developer specifies the feature or defect when committing the code change.
- the SCM server 304 provides a user interface for committing code changes that includes one or more user input fields for specifying identifiers (e.g., titles 212 or IDs 214 ) of work items.
- the CI server 306 again queries ( 326 ) the SCM server 304 as to whether the SCM server 304 has received any code changes since the previous query 320 . Because the SCM server 304 received the code change 324 , it responds affirmatively ( 328 ) and provides the updated code to the CI server 306 along with the specified work items affected by the code change. In response, the CI server 306 uses the code change 324 to perform ( 330 ) a build (i.e., it builds the software product), thus generating a build run. The CI server 306 publishes ( 331 ) the build run results to the project management server ( 308 ).
- the CI server 306 may publish a web site displaying information about the build, accessible for example through the Build Report link 2068 ( FIG. 2H ).
- the CI server 306 provides the work item information and a build run identifier to the project management server 308 , which updates its database of information regarding the software product being developed (“Link to Build Run” 332 ).
- An object model 750 of this database is described below with regard to FIG. 7B .
- the CI server 306 queries ( 334 ) the SCM server 304 as to whether the SCM server 304 has received any code changes since the previous query 326 .
- the SCM server 304 responds in the negative ( 336 ) and the CI server 306 does not perform a build.
- FIG. 4 is a block diagram illustrating an agile development management system 400 in accordance with some embodiments.
- the agile development management system 400 includes a server system 404 coupled to one or more client systems 402 by a network 406 .
- the client systems 402 may include client systems associated with respective users such as software developers, testers, managers, clients, customers, vendors, and any other parties involved in agile software development.
- the client systems 402 are examples of developer systems 302 ( FIG. 3 ).
- the network 406 may be any suitable wired and/or wireless network and may include a local area network (LAN), wide area network (WAN), virtual private network (VPN), the Internet, metropolitan area network (MAN), or any combination of such networks. While FIG. 4 is described as an agile development management system, similar systems may be implemented for other types of software development project management.
- the server system 404 includes a project management server 308 and a database 410 .
- the server 308 serves as a front-end for the server system 404 .
- the server 308 provides an interface between the server system 404 and the client systems 402 .
- the server system 404 also includes a CI server 306 and SCM server 304 , as described above with regard to FIG. 3 .
- the functions of servers 304 , 306 , and/or 308 may be divided or allocated among multiple servers or implemented on a single server.
- the server system 404 stores data relating to the agile development process, including asset data 412 .
- the asset data 412 includes attributes for respective assets.
- An exemplary data structure 700 for asset data 412 is illustrated in FIG. 7A , described below.
- the asset data 412 includes work item data 414 and build run data 416 .
- the client system 402 includes a computer 424 or computer controlled device, such as a personal digital assistant (PDA), cellular telephone or the like.
- the computer 424 typically includes one or more processors (not shown); memory, which may include volatile memory (not shown) and non-volatile memory such as a hard disk drive 426 ; and a display 420 .
- the computer 424 may also have input devices such as a keyboard and a mouse (not shown).
- a user may interact with the server system 404 via an agile development user interface 422 presented on the display 420 .
- Examples of user interfaces 422 are illustrated in FIGS. 2A-2K .
- the agile development user interface 422 may be a web-based user interface. That is, the user interface 422 may include one or more web pages. It is noted that a single web page can contain multiple frames, each of which may appear (when displayed by a browser application) to be a distinct web page.
- the web page(s) may be written in the Hypertext Markup Language (HTML), Extensible Markup Language (XML), or any other suitable language for preparing web pages, and may include one or more scripts for interfacing with the server system 404 .
- HTML Hypertext Markup Language
- XML Extensible Markup Language
- the web page(s) may include a JavaScript application that interfaces with the server system 404 via an application programming interface (API).
- the JavaScript application receives asset data and reporting data from the server system 404 , manages the rendering of that data at the client, and also performs the client-side aspects of other tasks, such as receiving user input associating work items with build runs, updating attribute values according to data entered in user input fields, and transmitting user requests to the server system 404 .
- API application programming interface
- the agile development user interface 422 may be a part of a stand-alone application that is run on the client system 402 .
- the standalone application may interface with the server system 404 via an application programming interface (API).
- API application programming interface
- the agile development management system 400 may perform the methods 800 ( FIG. 8A) and 850 ( FIG. 8B ) in accordance with some embodiments. In some embodiments, performance of various operations in the methods 800 and 850 is divided between the client system 402 and server system 404 . In some embodiments, the methods 800 and 850 are performed entirely by the server system 404 .
- project management software e.g., agile development management software
- the methods 800 ( FIG. 8A) and 850 ( FIG. 8B ) may be performed entirely on a single computer system.
- FIG. 5 is a block diagram illustrating a client computer 500 in accordance with some embodiments.
- the client computer 500 which may be used as a client system 402 ( FIG. 4 ) (e.g. a developer or tester system 302 , FIG. 3 ), typically includes one or more processing units (CPUs) 502 , one or more network or other communications interfaces 506 , memory 504 , and one or more communication buses 514 for interconnecting these components.
- the communication buses 514 may include circuitry (sometimes called a chipset) that interconnects and controls communications between system components.
- the client computer 500 may also include user interface hardware 508 comprising a display device 510 and a keyboard and/or mouse (or other selection device) 512 .
- Memory 504 includes high-speed random access memory, such as DRAM, SRAM, DDR RAM or other random access solid state memory devices; and may include non-volatile memory, such as one or more magnetic disk storage devices, optical disk storage devices, flash memory devices, or other non-volatile solid state storage devices. Memory 504 may optionally include one or more storage devices remotely located from the CPU(s) 502 . Memory 504 , or alternately non-volatile memory device(s) within memory 504 , comprises a computer readable storage medium. In some embodiments, memory 504 stores the following programs, modules, and data structures, or a subset thereof:
- the agile development management module 520 includes a local database 522 for storing data sent by the server (e.g., asset data, which includes work item and build run data), an asset display module 524 for displaying assets (e.g., via the user interfaces of FIGS. 2A-2K ), an asset editing module 528 for updating attribute values (e.g., in accordance with data entered via user input fields), and a server interface module 532 for interfacing with server computer 500 .
- the asset display module 524 includes a build run reporting module 526 for displaying build runs and their relationships to work items (e.g., via the user interfaces of FIGS. 2E-2K ).
- the asset editing module 528 includes a build run relationships module 530 for creating and editing relationships between work items and build runs (e.g., via UIs 2000 and 2030 , FIGS. 2F and 2G ).
- the build run reporting module 526 and build run relationships module 530 correspond to instructions for performing all or a portion of the operations in the methods 800 ( FIG. 8A) and 850 ( FIG. 8B ).
- the server interface module 530 includes a cache for storing data to be transmitted to the server.
- the agile development management module 520 may be a script-based module, embedded in a web page served from the server system 404 ( FIG. 4 ).
- the web page may be rendered by a client application 534 , such as a web browser, at the client computer 500 .
- the agile development management module 520 is executed, thereby providing a web-based interface to the server system 404 .
- the script-based agile development management module may be written in JavaScript, AJAX, ECMAScript, Perl, or any other suitable scripting language.
- the agile development management module 520 may be a standalone application stored in memory 504 of the client computer 500 .
- the agile development management module 520 is replaced with a more general project management module that is not specific to agile software development.
- Each of the above identified elements in FIG. 5 may be stored in one or more of the previously mentioned memory devices.
- Each of the above identified modules corresponds to a set of instructions for performing a function described above.
- the above identified modules or programs i.e., sets of instructions
- memory 504 may store a subset of the modules and data structures identified above.
- memory 504 may store additional modules and data structures not described above.
- FIG. 6 is a block diagram illustrating a server computer 600 in accordance with some embodiments.
- the server computer 600 which may be used as a server system 404 ( FIG. 4 ), typically includes one or more processing units (CPUs) 602 , one or more network or other communications interfaces 606 , memory 604 , and one or more communication buses 610 for interconnecting these components.
- the communication buses 610 may include circuitry (sometimes called a chipset) that interconnects and controls communications between system components.
- the server system 600 optionally may include user interface hardware 608 , which may include a display device (not shown), and a keyboard and/or a mouse (not shown).
- Memory 604 includes high-speed random access memory, such as DRAM, SRAM, DDR RAM or other random access solid state memory devices; and may include non-volatile memory, such as one or more magnetic disk storage devices, optical disk storage devices, flash memory devices, or other non-volatile solid state storage devices. Memory 604 may optionally include one or more storage devices remotely located from the CPU(s) 602 . Memory 604 , or alternately non-volatile memory device(s) within memory 604 , comprises a computer readable storage medium. In some embodiments, memory 604 stores the following programs, modules and data structures, or a subset thereof:
- the asset data 618 includes work items 619 and build runs 620 , in accordance with the database 410 ( FIG. 4 ).
- the agile development management database 616 is organized in accordance with the object model 750 ( FIG. 7B ).
- the agile development management database 616 includes database management software for performing one or more operations of the methods 800 ( FIG. 8A) and 850 ( FIG. 8B ).
- the application interface 622 includes a presentation layer 624 for rendering user interfaces (e.g., FIGS. 2A-2K ) accessed by a client system 402 .
- the agile development management database 616 is replaced with a more general project management database that is not specific to agile software development.
- the agile development management application interface 622 is replaced with a more general API that is not specific to agile software development.
- Each of the above identified elements in FIG. 6 may be stored in one or more of the previously mentioned memory devices.
- Each of the above identified modules corresponds to a set of instructions for performing a function described above.
- the above identified modules or programs i.e., sets of instructions
- memory 604 may store a subset of the modules and data structures identified above.
- memory 604 may store additional modules and data structures not described above.
- FIG. 6 shows a “server computer,” FIG. 6 is intended more as a functional description of the various features which may be present in a set of servers than as a structural schematic of the embodiments described herein.
- items shown separately could be combined and some items could be separated.
- some items shown separately in FIG. 6 could be implemented on single servers and single items could be implemented by one or more servers.
- the agile development management database 616 stores data in various tables.
- an “Asset Type” table includes an entry for each kind of asset, such as goal, feature group, feature, defect, task, or test.
- An “Attribute Definition” table defines the attributes associated with each kind of asset listed in the “Asset Type” table.
- a “Synthetic Attribute” table references formulas used to calculate synthetic attributes. For example, if a work estimate or degree of completion is defined as a roll-up of estimates or degrees of completion for other assets, the roll-up may be specified in a Synthetic Attribute table.
- An “Attribute Security Check” table contains references to operations used to determine whether a user may access or modify particular attributes. For attributes that are associated assets, a “Relation Definition” table defines relationships between assets.
- a “Many to Many Relation Definition” table may contain relationship information for assets in many-to-many relationship with other assets. Other tables may specify business rules for various assets.
- Attribute values for particular assets are stored in asset tables 700 , as illustrated in FIG. 7A in accordance with some embodiments.
- the database 616 FIG. 6
- the asset table 700 of FIG. 7A is illustrated as a single table, it may be implemented in accordance with an object model relating multiple tables (including, for example, “Asset Type,” “Attribute Definition,” “Synthetic Attribute,” and “Relation Definition” tables).
- a table 700 corresponds to a particular type of asset, such as feature group, feature, defect, task, or test.
- the asset table 700 includes a row 702 for each respective asset stored in the table.
- Each row includes fields that contain values for attributes of the respective asset, as defined in the “Attribute Definition” table.
- the attribute fields may include title 704 , asset ID 706 , project 708 , estimate 710 , and various other attributes 720 .
- the asset table 700 also includes fields 722 to specify attributes that are associated (i.e., related) assets. For example, if a respective asset is a feature or defect, fields 722 may specify tasks and tests associated with the feature or defect, for example by providing the asset IDs of the tasks and tests. If a respective asset is a work items, fields 722 may specify builds runs associated with (e.g., affected by) the work item. In another example, a field 722 may specify an iteration to which an asset is assigned.
- an asset table 700 for work items stores multiple versions of respective work items, wherein each version of a respective work item has a distinct work estimate value.
- the version is specified, for example, in a version field.
- the tables 700 thus include information to allow the agile development management API 622 to respond to a request from a client computer 500 when a user seeks to create, display, and modify assets or to access information regarding assets.
- the interface 622 can access the asset tables 700 (e.g., by writing to or querying the tables 700 ) in response to requests from the client computer 500 .
- FIG. 7B illustrates a data structure, referred to as an object model 750 , for storing relationships between build runs, build projects, work items, and change sets in accordance with some embodiments.
- tables associated with the object model 750 are stored in the database 616 ( FIG. 6 ).
- build projects 752 are in a one-to-many relationship 754 with build runs 756 (“many” is indicated by the star symbol “*” in FIG. 7B ), because a new build run for a particular project is generated each time the CI server 306 ( FIG. 3 ) performs a build.
- build runs are triggered (e.g., automatically) by code changes.
- a group of code changes is referred to as a change set.
- Build runs 756 are in a many-to-many relationship 758 with change sets 760 , because each build run may contain multiple change sets and a specific change set may appear in many build runs.
- a last affected build run relationship 764 between work items 766 and build runs 756 is navigated to determine the last affected build run for a work item. Because a particular build run may complete multiple work items, and because fixes may be back-ported to older releases, the relationship 764 is a many-to-many relationship.
- the CI server 306 thus is used to ensure that only one last affected build run 756 for a given build project 752 exists in the relationship 764 .
- work items 766 include defects 772 and features 774 , as indicated by the relationships 768 and 770 respectively.
- a found-in relationship 762 indicates the build run 756 in which a particular defect 772 was introduced or identified. Because multiple defects can be introduced or identified in a particular build run and defects may exist in build runs representing different product releases, the relationship 762 is many-to-many, and the CI server 306 is used to ensure that, for a given build project 752 , only one found-in build run for a given defect exists in the relationship 762 .
- a changes relationship 776 indicates which change sets 760 include code changes for particular work items 766 . Because a single change set may affect multiple work items and multiple change sets might be needed to deliver full functionality for a work item, the relationship 776 is many-to-many. The relationships 776 and 758 may be navigated to identify all build runs that contain changes for a particular work item.
- the object model 750 includes additional relationships that map work items to related work items. For example, tasks and tests are mapped to their corresponding features and defects, and features are mapped to their corresponding feature groups. Such relationships may allow a user to select a work item of a particular type and to view build runs associated with a related work item.
- FIG. 8A is a flow diagram illustrating a method 800 of displaying (or providing for display) indicators of build runs associated with a work item in accordance with some embodiments.
- the method 800 is performed using an agile development management system 400 ( FIG. 4 ) or another type of software development management system.
- operations of the method 800 are divided between a server system 404 and client system 402 ( FIG. 4 ).
- the method 800 is performed entirely at a server system 404 .
- successive code changes for a software product are received ( 802 ).
- input is received ( 804 ) specifying that one or more code changes involve a work item associated with development of the software product.
- the code changes and input specifying a work item are received at an SCM server 304 ( FIG. 3 ) during a commit code change operation 324 .
- a plurality of build runs of the software product is generated ( 806 ) (e.g., by a CI server 306 , FIG. 3 ). Respective build runs correspond to one or more of the successive code changes.
- Data is stored ( 808 ) associating the work item with one or more build runs that each correspond to at least one of the one or more code changes specified as involving the work item.
- the data is stored in a database 410 ( FIG. 4 ) in accordance with the object model 750 ( FIG. 7B ).
- a user input selecting the work item is received ( 810 ).
- a plurality of work items associated with development of the software project is displayed (e.g., in the group 292 , FIG. 2E ) and the user input selects ( 812 ) the work item (e.g., defect 265 , FIG. 2E ) from the plurality of displayed work items.
- respective identifiers of at least one build run of the one or more build runs associated with the work item are displayed ( 814 ).
- an identifier of a last affected build run for the work item e.g., a build run for which work on the work item was completed or verified
- an identifier of a build run for which work on the work item began e.g., an identifier of a build run for which work on the work item began
- respective identifiers of one or more build runs for which work on the work item occurred are presented (i.e., displayed) ( 816 ).
- identifiers of every build run incorporating code changes involving the work item are presented ( 818 ).
- the respective identifiers include dates (e.g., dates the respective build runs were generated). In some embodiments, the respective identifiers include distinct numbers (e.g., serial numbers in a title 2002 or reference 2004 , FIG. 2F ).
- the work item is a defect (e.g., defect 265 , FIG. 2F ) and the displaying of operation 814 includes presenting an identifier of a last build run affected by the defect (e.g., Last Affected Build Run 2008 , FIG. 2F ), presenting respective identifiers of every build run incorporating code changes involving the defect (e.g., All Affected Build Runs 2010 , FIG. 2F ), and/or presenting an identifier of a build run in which the defect was found (e.g., Found In Build Run 2006 , FIG. 2F ).
- a defect e.g., defect 265 , FIG. 2F
- the displaying of operation 814 includes presenting an identifier of a last build run affected by the defect (e.g., Last Affected Build Run 2008 , FIG. 2F ), presenting respective identifiers of every build run incorporating code changes involving the defect (e.g., All Affected Build Runs 2010 , FIG. 2F ),
- the work item is a defect and the method 800 further includes receiving a user input specifying a build run in which the defect was found (e.g., via the Assign icon 2014 and the UI 2030 , FIGS. 2F-2G ), storing data associating the build run in which the defect was found with the defect (e.g., via the relationship 762 , FIG. 7B ), and displaying an identifier of the build run in which the defect was found (e.g., a title 2002 or reference 2004 of a build run in the Found In Build Run category 2006 , FIG. 2F ).
- a user input specifying a build run in which the defect was found e.g., via the Assign icon 2014 and the UI 2030 , FIGS. 2F-2G
- storing data associating the build run in which the defect was found with the defect e.g., via the relationship 762 , FIG. 7B
- displaying an identifier of the build run in which the defect was found e.g., a title
- the work item is a feature or defect having an associated task or test
- the displaying of operation 814 includes presenting respective identifiers of one or more build runs incorporating code changes involving the associated task or test.
- the work item is a feature group (e.g., an epic or theme) comprising an associated feature and the displaying of operation 814 includes presenting respective identifiers of one or more build runs having code changes involving the associated feature.
- a feature group e.g., an epic or theme
- the displaying of operation 814 includes presenting respective identifiers of one or more build runs having code changes involving the associated feature.
- the method 800 further includes receiving a user input to change the last affected build run for the work item (e.g., via the Assign icon 2018 and the UI 2030 , FIGS. 2F-2G ).
- the last affected build run for the work item is updated (e.g., in the relationship 764 , FIG. 7B ).
- An identifier of the updated last affected build run for the work item is displayed (e.g., a title 2002 or reference 2004 of a build run in the Last Affected Build Run category 2008 , FIG. 2F ).
- the method 800 includes a number of operations that appear to occur in a specific order, it should be apparent that the method 800 can include more or fewer operations, which can be executed serially or in parallel. An order of two or more operations may be changed and/or two or more operations may be combined into a single operation. For each operation in which information is displayed, the information alternately may be provided by a server to a client for display.
- FIG. 8B is a flow diagram illustrating a method 850 of displaying (or providing for display) work items associated with one or more build runs in accordance with some embodiments.
- the method 850 is performed using an agile development management system 400 ( FIG. 4 ) or another type of software development management system.
- operations of the method 850 are divided between a server system 404 and client system 402 ( FIG. 4 ).
- the method 850 is performed entirely at a server system 404 .
- the operations 802 , 804 , and 806 are performed as described above for the method 800 ( FIG. 8A ).
- data is stored ( 852 ) associating respective build runs with one or more respective work items involved in the one or more successive code changes corresponding to the respective build runs.
- the data is stored in a database 410 ( FIG. 4 ) in accordance with the object model 750 ( FIG. 7B ).
- User input is received ( 854 ) specifying one or more build runs.
- a build run e.g., Call Center 1007
- the one or more build runs include a range of build runs, which are specified, for example, by first and last build runs (e.g., via the user input fields 2134 and 2138 , FIG. 2J ).
- At least one work item involved in code changes corresponding to the specified one or more build runs is displayed ( 858 ).
- one or more defects introduced during the specified one or more build runs e.g., Found Defects 2102 , FIG. 2I , or Defects Introduced 2160 , FIG. 2K
- one or more defects fixed during the specified one or more build runs e.g., Completed Work Items 2106 , FIG. 2I , or Defects Completed 2150 , FIG. 2K
- one or more features completed during the specified one or more build runs e.g., Features Completed 2154 , FIG. 2K
- displayed 860
- the method 850 further includes, in response to the user input of the operation 854 , providing (e.g., displaying a link to) a change set (e.g., CS007 2116 , FIG. 2I ) associated with a respective build run of the specified one or more build runs.
- a change set e.g., CS007 2116 , FIG. 2I
- the method 850 includes a number of operations that appear to occur in a specific order, it should be apparent that the method 850 can include more or fewer operations, which can be executed serially or in parallel. An order of two or more operations may be changed and/or two or more operations may be combined into a single operation. For each operation in which information is displayed, the information alternately may be provided by a server to a client for display.
Landscapes
- Engineering & Computer Science (AREA)
- Business, Economics & Management (AREA)
- Theoretical Computer Science (AREA)
- Human Resources & Organizations (AREA)
- Strategic Management (AREA)
- Entrepreneurship & Innovation (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Software Systems (AREA)
- Quality & Reliability (AREA)
- Data Mining & Analysis (AREA)
- Economics (AREA)
- Marketing (AREA)
- Operations Research (AREA)
- Tourism & Hospitality (AREA)
- General Business, Economics & Management (AREA)
- Computer Security & Cryptography (AREA)
- Computer Hardware Design (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
- Stored Programmes (AREA)
Abstract
Description
- This application is a continuation of U.S. patent application Ser. No. 13/858,819, filed Apr. 8, 2013, which is a continuation of U.S. patent application Ser. No. 12/463,299, filed May 8, 2009, now issued as U.S. Pat. No. 8,418,147 on Apr. 9, 2013, both of which are incorporated herein by reference in their entirety.
- The disclosed embodiments relate generally to project management software, and more particularly, to reporting associations between build runs and work items using software development project management software.
- Agile software development refers to software development methodologies in which software is developed incrementally in steps referred to as iterations. Iterations typically are measured in weeks and may vary in length from one week or less to one month or more. Examples of agile software development methodologies include Scrum, Extreme Programming (XP), Crystal, Lean Development, AgileUP, and Dynamic Systems Development Method (DSDM). Agile software development methods also have been referred to as lightweight methods. Methodologies may have their own vocabulary. For example, an iteration may be referred to as a sprint or a timebox, depending on the methodology. Agile software development is distinguishable from the “waterfall” model of sequential software development.
- Software for implementing agile development methodologies, or other types of software for managing software development, allows work items associated with development of a software project to be tracked. Examples of work items include, without limitation, features to be implemented, defects to be fixed, and tasks and tests associated with implementing features and fixing defects. Software developers, testers, and project managers may desire to view the relationships between work items and code changes in a user-friendly and efficient manner.
- Systems and method for reporting on build runs are disclosed. In some embodiments, a method includes: obtaining a plurality of code changes for a software product; and identifying the plurality of code change as affecting a work item of a software product under development. The work item specifies a feature to be added to the software product or a defect to be removed from the software product. In some implementations, the method also includes generating (i) a plurality of build runs of the software product, respective build runs corresponding to one or more code changes in the plurality of code changes; and (ii) data associating the work item with one or more build runs that each correspond to at least one of the one or more code changes specified as involving the work item; receiving a user input selecting the work item; and in response to the user input, displaying respective identifiers of at least one build run of the one or more build runs associated with the work item, including presenting an identifier of the at least one build run.
-
FIG. 1 is a flow diagram illustrating an agile software development process flow in accordance with some embodiments. -
FIGS. 2A and 2B are schematic screenshots of a user interface displaying assets associated with an agile software development process in accordance with some embodiments. -
FIGS. 2C and 2D are schematic screenshots of a user interface for viewing an asset's attributes and related assets in accordance with some embodiments. -
FIG. 2E is a schematic screenshot of a user interface displaying assets with attributes including a last affected build run in accordance with some embodiments. -
FIG. 2F is a schematic screenshot of a user interface displaying build runs associated with a selected work item in accordance with some embodiments. -
FIG. 2G is a schematic screenshot of a user interface displaying build runs available for assignment to a selected work item in accordance with some embodiments. -
FIG. 2H is a schematic screenshot of a user interface displaying a report listing build runs in accordance with some embodiments. -
FIG. 2I is a schematic screenshot of a user interface displaying work items associated with a selected build run in accordance with some embodiments. -
FIG. 2J is a schematic screenshot of a user interface allowing a user to specify a range of build runs in accordance with some embodiments. -
FIG. 2K is a schematic screenshot of a user interface displaying work items associated with build runs in a specified range in accordance with some embodiments. -
FIG. 3 is a timeline illustrating a build run generation process in accordance with some embodiments. -
FIG. 4 is a block diagram illustrating an agile development management system in accordance with some embodiments. -
FIG. 5 is a block diagram illustrating a client computer in accordance with some embodiments. -
FIG. 6 is a block diagram illustrating a server computer in accordance with some embodiments. -
FIG. 7A is a diagram illustrating a data structure for assets in accordance with some embodiments. -
FIG. 7B is a diagram illustrating an object model for storing relationships between build runs, build projects, work items, and change sets in accordance with some embodiments. -
FIGS. 8A-8B are flow diagrams illustrating methods of developing software in accordance with some embodiments. - Like reference numerals refer to corresponding parts throughout the drawings.
- Reference will now be made in detail to embodiments, examples of which are illustrated in the accompanying drawings. In the following detailed description, numerous specific details are set forth in order to provide a thorough understanding of the present disclosure. However, it will be apparent to one of ordinary skill in the art that the present disclosure may be practiced without these specific details. In other instances, well-known methods, procedures, components, and circuits have not been described in detail so as not to unnecessarily obscure aspects of the embodiments.
-
FIG. 1 is a flow diagram illustrating an agile softwaredevelopment process flow 100 in accordance with some embodiments. Support for performing operations in theprocess flow 100 can be provided by agile development management software. - Work item planning (102) includes identifying work to be performed during the software development process. For example, features to be included in the software being developed are specified and software defects to be fixed during development are identified. Depending on the agile methodology being used, features also may be referred to as stories, backlog items, or requirements. In the context of agile software development, a work item is any item for which the agile development management software platform can track progress, such as time spent working on the item. Estimates for the time that work items require for completion (e.g., the time to complete features or to fix defects) may be entered during the work item planning process. Furthermore, groups of work items may be defined. For example, a feature group may be defined to include a plurality of features. In some embodiments, a group of related features is referred to as a theme. In some embodiments, a group of features that constitute a single large or complex feature is referred to as an epic. Defined groups of work items may contain different types or levels of work items and thus be hierarchical, or alternatively may contain a single type or level of work items and thus be flat. Work estimates for the features within a feature group may be added together to provide an overall work estimate for the feature group. The work estimate for a group of work items (e.g., a feature group) thus may provide a roll-up of the work estimates for the individual work items (e.g., features) in the group.
- Release planning (104) includes assigning identified work items (e.g., features and defects) to particular planned software releases. For example, certain features may be included in an initial release, with additional features to be added in subsequent releases. Similarly, fixing various defects may be scheduled across multiple releases. More generally, release planning may include assigning identified work items to levels or nodes in a project hierarchy. The project hierarchy may include projects, sub-projects, releases, teams and other internal organizations, clients or customers, and vendors.
- Iteration planning (106) includes assigning work items to iterations. There may be multiple iterations performed to prepare a particular software release; iteration planning thus involves specifying what work will be performed in which iterations. For example, features and defects are assigned to particular iterations. Within each iteration, tasks and tests corresponding to the features and defects are defined. A task is a unit of work performed as part of delivering a feature. In some embodiments, a task is defined such that it takes no more than 3 days to perform. A test is an acceptance criterion that a feature must satisfy. Estimates for the time required to complete tests and tasks may be entered. In some embodiments, the estimates for tasks and tests are independent of the estimates for their features. Tasks and tests are examples of work items.
- The actual time spent working on the work items (e.g., on the features and defects and their corresponding tasks and tests) during an iteration is tracked (108) and compared against the estimates. Progress and status reports may be displayed graphically. For example, a “dashboard” user interface may display multiple graphical reports. Possible graphical reports include burndown charts, velocity charts, burn-up charts, Gantt charts, parking lot reports, scope change, defect trending, test case status, and defect actuals. A burndown chart illustrates remaining work vs. time. Velocity refers to the estimated work per iteration on a project. Scope change refers to a change in requirements, such as the addition or deletion of features and defects. Reports may be generated for a specified level or node in the project hierarchy (e.g., for a specified project, sub-project, release, team or other internal organization, client or customer, and/or vendor.) Reports may be generated to display relationships between work items and build runs.
- The operations in the
development process flow 100 are presented sequentially inFIG. 1 for purposes of illustration. However, the operations need not be performed sequentially. For example, the planningoperations flow 100. - As used herein, terms such as “work item,” “release,” and “project hierarchy” are not limited to the context of agile development management software, but instead may apply to any type of project management software for developing software. A work item thus is any item associated with software development for which project management software can track progress, such as time spent working on the item. A release may refer to any type of software product release. A project hierarchy may refer to any set of levels or nodes associated with a software development project being managed using project management software.
- At a high level, a software project development process such as the agile
software development process 100 has various assets associated with it. Nodes in the project hierarchy, such as projects, sub-projects, releases, teams, clients, and vendors, can be considered assets, as can iterations. Work items such as features and defects are assets, as are tasks and tests. Feature groups are assets. Assets may be associated with (i.e., related to) other assets. In some embodiments, for example, tasks and tests are associated with corresponding features and defects, which in turn may be associated with corresponding iterations. In another example, features in a particular feature group are associated with the feature group. - An asset includes various attributes. In some embodiments, each kind of asset (e.g., work item, project, goal, feature group, feature, task, etc.) has a specified set of associated, or related, attributes. Types of attributes include text strings, numerical values, values calculated according to a formula (“synthetic attributes”), and associated/related assets. A first asset associated with (i.e., related to) a second asset thus is considered an attribute of the second asset. An attribute may be automatically included (e.g., hard-coded or created for a particular installation) in project management software or may be customized (i.e., user-defined).
- Attention is now directed to user interfaces (UIs) for software development project management software. While the following UIs are described with respect to agile development management software, analogous UIs may be provided by other types of software development project management software. In some embodiments, UIs are shown in a browser window. In some embodiments, UIs are shown by a stand-alone application.
- Agile development management software can display groups of assets of a particular type. For example, groups of assets associated with work item planning, release planning, or iteration planning may be displayed.
-
FIG. 2A is a schematic screenshot of auser interface 200 displaying agroup 201 of assets associated with an agile software development process, in accordance with some embodiments. In some embodiments, the particular type of group is determined by selecting a tab, selection box, radio button icon, or item in a drop-down menu. For example, inFIG. 2A a “workitem planning”tab 202 has been selected, indicating that thegroup 201 is a work item planning group. A group of a particular type may include multiple kinds of assets. For example, the workitem planning group 201 includes features (e.g., “Multi-Select Goal Assignment” 208) and defects (e.g., “Grid Filter Loses Plus/Minus State” 210), as indicated byfeatures icons 209 anddefects icons 211. - The displayed assets in the
group 201 are associated with a particularproject hierarchy node 204, displayed for example in aproject selection window 206. - Assets may be added to the
group 201, for example, by selecting an “add story” (i.e., add feature) link 232 or an “add defect”link 234. In general, a user interface for displaying a group of assets may include multiple links or icons for adding multiple respective kinds of assets, or may include a single link or icon for adding assets (e.g., a single “add work item” link (not shown)). In some embodiments, selection of a link or icon for adding assets results in the display of a separate user interface for adding assets (not shown). - Assets displayed in the
group 201 also may be edited, for example, by selecting an “edit” link (e.g., 236) corresponding to a respective asset. In some embodiments, selection of an edit link or corresponding icon results in the display of a separate user interface for editing assets, as described below with regard toFIGS. 2B-2D . - The displayed assets include a set of attributes selected for display, such as
title 212,ID 214,owner 216,status 218,priority 220,estimate 222, andproject 224. Some of the attributes are also assets, such asproject 224. Some of the values for the attributes are blank: for example, noowner 216,status 218,priority 220, orestimate 222 is shown for a number of assets, includingfeature 208. - Assets to be displayed in the
group 201 may be filtered according to one or moreattributes using filters 238. - A subset of the displayed attributes includes user input fields to accept edits to attribute values. For example, a user may select a priority from a drop-
down box 228 and may enter a work or size estimate (e.g., an estimate of time) in atext input box 230. -
FIG. 2B , likeFIG. 2A , is a schematic screenshot of a user interface displaying a group of assets associated with an agile software development process in accordance with some embodiments. Specifically, theuser interface 251 ofFIG. 2B displays agroup 262 of assets associated with iteration planning, as indicated by selection of an “iteration planning”tab 263. Theiteration planning group 262 includes features (e.g., “Enter RMA” 264) and defects (e.g., “Inventory Levels Off in Warehouse” 265), as indicated byfeatures icons 209 anddefects icons 211. The displayed assets in thegroup 262 are associated with aparticular iteration 255. The displayed assets in thegroup 262 also are associated with a particular project hierarchy node 261 (also referred to as a project hierarchy level 261), displayed for example in theproject selection window 206. Theproject hierarchy node 261 corresponds to a project entitled “Call Center,” which includes multiple software releases (e.g., “Release 1.0” and “Release 2.0”) and has multiple teams (e.g., “Team A” and “Team B”) working on releases. Each release and each team may be selected as a project hierarchy node in theproject selection window 206. In some embodiments, in response to selection of a particular project hierarchy node, the displayed group of assets is updated to display assets associated with the selected project hierarchy node. For example, in response to selection of a particular release or team, the displayedgroup 262 of assets is updated to display assets associated with iteration planning for the selected release or team. - Assets to be displayed in the
group 262 may be filtered according to one or more attributes using filters 266. Assets may be added to thegroup 262 by, for example, selecting an “add backlog item” link 267 or an “add defect”link 234. - The displayed assets in the
group 262 include a set of attributes, such astitle 212,ID 214,owner 216,status 218,estimate 222,detail estimate 268, and “to do” 269. The “estimate” 222 and “detail estimate” 268 attributes provide estimates of quantities of work associated with assets, while the “to do” 269 attribute provides estimates of quantities of work remaining to be done for assets. As discussed with regard toFIG. 2A , some of the attributes may be assets associated with a displayed asset in the group 262 (i.e., may be related assets). - In some embodiments, an asset displayed in the
group 262 may be edited by selecting a link corresponding to the asset, which results in display of a separate user interface (UI) for editing the asset. For example, selection of the “plan backlog item”link 271 for the “enter RMA”asset 264 results in display of a window 290 (FIG. 2C ). (“Backlog item” in this context is a type of work item). Thewindow 290 displays attributes 272 of the “enter RMA”asset 264, such as ID, title, project, iteration, feature group, description, and estimate. In some embodiments, the attributes are displayed in a list. - The
window 290 also displaysrelated assets 273 associated with the “enter RMA”asset 264. In this example, therelated assets 273 include tasks and tests associated with the “enter RMA”asset 264, which is a feature. Attributes of the related assets 273 (e.g.,title 212,ID 214,owner 216, and detail estimate 268) are displayed. - The
related assets 273 may be edited by selecting a corresponding link. For example, related asset 274 (“Enter RMA Using Order Number”) may be edited by selecting an “edit”link 277. In some embodiments, in response to selection of the “edit”link 277, a UI 278 (FIG. 2D ) for editing the related asset 274 is displayed in thewindow 290 along with theattributes 272 andrelated assets 273. TheUI 278 includes user input fields (e.g., 279, 281, 283, and 284) to display and receive edits to attributes of the related asset 274. In some embodiments, theUI 278 includes drop-down menus (e.g., 280, 282) to select values for attributes of the related asset 274. In some embodiments, the user may enter values directly into the user input fields. Edits may be applied by selecting the “OK”link 285 or canceled by selecting the “cancel”link 286. In some embodiments, upon selection of the “OK”link 285, display of theUI 278 is ceased and displayed attribute values for the edited related asset 274 are updated in response to the edits. The user then may select another edit link associated with another related asset, resulting in display of anotherUI 278 within thewindow 290 for displaying and editing the newly selected related asset. In some embodiments, multiple UI's for displaying and editing multiple respective related assets may be open simultaneously within thewindow 290 and may be accessed simply by scrolling within thewindow 290. - In some embodiments, a new related asset may be added via the
window 290. For example, a new task or test for the “enter RMA”asset 264 may be added by selecting the “add task”link 275 or “add test”link 276. In some embodiments, selection of the “add task”link 275 or “add test”link 276 results in display, within thewindow 290, of a user interface analogous toUI 278 for which the user input fields (e.g., 279, 281, 283, and 284) are blank. The user may enter attribute values for the new task or test through the user input fields. In some embodiments, the user may specify attribute values via drop-down menus (e.g., 280, 282). In some embodiments, creation of the new task or test is completed by selecting the “OK”icon 285 or canceled by selecting the “cancel”icon 286. In some embodiments, upon selection of the “OK”icon 285, display of the UI for creating the new related asset is ceased and the new related asset is displayed among therelated assets 273. - The
window 290 thus provides a single integrated interface through which a user may view multiple levels of information for an asset in addition to performing edits. For example, the user may view attributes of the asset itself and of related assets, and may edit or create related assets. The integrated interface allows the user to perform these tasks without having to browse through a succession of windows. -
FIG. 2E , likeFIGS. 2B and 2A , is a schematic screenshot of auser interface 290 displaying agroup 292 of assets associated with an agile software development process in accordance with some embodiments. The assets of thegroup 292 are work items, such as features (e.g., Enter RMA 264) and defects (e.g., Inventory Levels off in Warehouse 265). Thegroup 292 of work items is identical to the group 262 (FIG. 2B ) except that different attributes are displayed. In addition toID 214,owner 216,status 218, andestimate 222, an attribute entitled LastAffected Build Run 294 is displayed for the assets in thegroup 292. The term “build run” refers to the result of performing a build of a particular piece of software. Build run generation is discussed in more detail below with regard toFIG. 3 . In some embodiments, the last affectedbuild run 294 is the build run in which a work item is completed, fixed, verified, or most recently worked on. For example, if the work item is a feature, the last affected build run could be the build run in which the feature was fully implemented, or alternatively, the build run in which the feature was verified. If the feature has not yet been fully implemented, the last affected build run could be the most recent build run having code changes involving the feature. If the work item is a defect, the last affected build run could be the build run in which the defect was fixed or in which the fix was verified. If the defect has not yet been fixed, the last affected build run could be the most recent build run having code changes involving the defect. In some embodiments, selection of aClose Defect link 296 results in display of a UI (not shown) that enables the user to specify that a defect has been fixed; this UI includes a user input field to update the last affectedbuild run 294 for the defect. - The
UI 290 enables a developer or quality engineer to determine the appropriate build to use to verify a group of work items. For example, to verify all work items displayed in thegroup 292, a quality engineer would select the “Call Center 1008” build run, or a more recent build run, because “Call Center 1008” is the most recent of the build runs displayed under LastAffected Build Run 294. - In some embodiments, a group of work items such as the
group 292 includes one or more other attributes involving build runs in addition to or as an alternative to the last affectedbuild run 294. For example, a list of defects may include the build runs in which respective defects were found. - In some embodiments, a user may select a particular work item and view build runs associated with the selected work item.
FIG. 2F is a schematic screenshot of auser interface 2000 displaying build runs (or, more precisely, build run indicators) associated with a selected work item 265 in accordance with some embodiments. TheUI 2000 is accessed by selecting a work item (e.g., by clicking on the title of the “Inventory Levels off in Warehouse” defect 265 in theUI 290,FIG. 2E ) and, in some embodiments, by clicking on one or more tabs, icons, menu items, or the like. TheUI 2000 displays various types of build runs associated with the defect 265, including the build run in which the defect 265 was identified (Found In Build Run 2006), the last affectedbuild run 2008 for the defect 265, and alist 2012 of all build runs affected by the defect (All Affected Build Runs 2010). In some embodiments, affected build runs for a defect are defined to be all successive build runs from the build run in which the defect is identified through the last affected build run. In this example, the defect 265 was found in theCall Center 1002 build run and fixed in theCall Center 1004 build run. The affected build runs thus areCall Center UI 2000. - A
title 2002 andreference 2004 is shown for each build run displayed in theUI 2000. In some embodiments, thetitle 2002 combines a project name (e.g., “Call Center”) with a serial number. In some embodiments, thereference 2004 is a serial number. In some embodiments, other build runs indicators (e.g., the date of the build run) may be displayed along with or included in thetitle 2002 and/orreference 2004. - By selecting (e.g., clicking on) the Assign
icon 2014, the user may change the build run listed under Found InBuild Run 2006, or, if no build run is listed, add a build run to be displayed that indicates when the defect 265 was identified. Similarly, by selecting the Assignicon 2018, the user may change the build run listed as the LastAffected Build Run 2008. In some embodiments, for example, by default the last affected build run for a work item is defined as the most recent build run with code changes corresponding to the work item, but a user may override this default and assign the last affected build run to be a different build run, such as the build run in which the work item (e.g., the defect 265) was verified. In some embodiments, selecting the Assignicon FIG. 2G ) with alist 2038 of build runs. InFIG. 2G , theUI 2030 is displayed as superimposed on theUI 2000. Afilter 2032 allows the user to filter the build runs in thelist 2038 by selecting a build project (e.g., Call Center), in response to which build runs for the selected build project are displayed in thelist 2038. The build project is selected, for example, using a drop-down menu 2034. The user may select a build run from the list 2038 (e.g., by clicking on thetitle 2002 of the build run or on a corresponding Add icon 2040). The selected build run is subsequently displayed in theUI 2000 under Found InBuild Run 2006, if theUI 2030 was accessed through the Assignicon 2014, or LastAffected Build Run 2008, if theUI 2030 was accessed through the Assignicon 2018. TheUI 2030 thus allows the user to specify the build run in which the defect 265 was identified or verified. If the user decides not to specify a build run, the user may select theClose Window button 2036 to return to the UI 2000 (FIG. 2F ). - The term build project refers to a project associated with a discrete or deliverable software product. Not every project hierarchy node is a build project. For example, the
project hierarchy node 261 is a deliverable piece of software being developed for call center operations and thus is a build project. Sub-nodes of thenode 261, however, such as Team A and Team B, are not build projects. - By selecting a
Remove icon 2016, the corresponding build run is removed from the UI 2000 (FIG. 2F ), such that it is no longer displayed. Selecting aRemove icon 2016 thus severs the relationship between a work item and a build run (e.g., by severing arelationship object model 750,FIG. 7B ). - The
UI 2000 thus displays various build runs associated with the defect 265. An analogous UI (not shown) displays builds runs associated with a particular feature or with any other type of work item. For example, a UI for displaying build runs associated with a particular feature may include the lasted affected build run for the feature and/or a list of all affected build runs for the feature. In some embodiments, the list of all affected build runs for the feature includes every build run between the first build run to include changes related to the feature and the last affected build run, or alternatively, every build run that includes code changes related to the feature. - In some embodiments, a group (e.g., a list) of build runs is displayed in a report.
FIG. 2H is a schematic screenshot of auser interface 2050 displaying a report with alist 2056 of build runs in accordance with some embodiments. In some embodiments, theUI 2050 is accessed by selecting one or more tabs, icons, menu items, or the like (e.g.,Reports tab 2052 and Build Runs tab 2054). A build project (e.g., the Call Center project hierarchy node 261) is selected; in response, alist 2056 of build runs for the selected build project is displayed. The list includes one or more identifiers and/or attributes of the build runs, including, for example, thebuild run title 2002,reference number 2004, date 2058 (e.g., the date the build run was generated),build project 2060,source 2062, status 2064, and links 2066. The “Build Report”link 2068 allows the user to navigate to a web page displaying a build report with information about a corresponding build run. Build reports are generated, for example, by a continuous integration server (e.g.,server 306,FIGS. 3-4 ) responsible for generating the build run. - In some embodiments, the user may select a particular build run from the list 2056 (e.g., by clicking on a particular title 2002) and view one or more work items (e.g., every work item) associated with the selected build run.
FIG. 2I is a schematic screenshot of auser interface 2100 displaying work items associated with a selected build run (Call Center 1007) in accordance with some embodiments. Adefect 2104 entitled No Field Validation is listed underFound Defects 2102, indicating that the NoField Validation defect 2104 was identified in theCall Center 1007 build run. Identification of theCall Center 1007 build run as the build run in which the NoField Validation defect 2104 was found may have resulted from selecting thedefect 2104 and then accessing the UI 2030 (FIG. 2G ) via an Assign icon 2014 (FIG. 2F ), for example. Adefect 2108 entitled JavaScript Error is listed under CompletedWork Items 2106, indicating that thedefect 2108 was fixed in code changes introduced in theCall Center 1007 build run, or alternatively that thedefect 2108 was verified in theCall Center 1007 build run. Identification of theCall Center 1007 build run as the last affected build run for the NoField Validation defect 2104 may have resulted from comments submitted with code changes (e.g., as discussed forFIG. 3 , below) or from selecting the defect and then accessing the UI 2030 (FIG. 2G ) via an Assign icon 2018 (FIG. 2F ), for example. A feature 2112 entitled Add Customer Header is listed underIncluded Work Items 2110. In some embodiments, listing of the feature 2112 under IncludedWork Items 2110 but not under CompletedWork Items 2106 indicates that code changes relating to theCall Center 1007 build run were included in theCall Center 1007 but did not fully implement the feature 2112. For example, only a portion of the functionality of the feature 2112 may have been implemented in theCall Center 1007, or the implementation of the feature 2112 in theCall Center 1007 may have included bugs. Identification of theCall Center 1007 build run as affecting the feature 2112 may have resulted from comments submitted with code changes (e.g., as discussed forFIG. 3 , below), for example. - In some embodiments, the
UI 2100 lists one or more change sets 2114 with code changes that affect the selected build run. The listed change set CS007 2116 thus includes code changes that affect theCall Center 1007 build run. In some embodiments, the displayed title of each change set is a link to provide access to the change set. - In some embodiments, a user may specify a range of build runs and view one or more work items (e.g., every work item) associated with build runs in the specified range.
FIG. 2J is a schematic screenshot of auser interface 2130 allowing a user to specify a range of build runs in accordance with some embodiments. In some embodiments, theUI 2130 is accessed by selecting one or more tabs, icons, menu items, or the like (e.g.,Reports tab 2052 and Build Run Contents tab 2132). The user specifies the first run in the range using the Start Runuser input field 2134 and the last run in the range using the End Runuser input field 2138. In some embodiments, the first and last (i.e., start and end) runs are specified usingicons build project 261. Selecting theGo button 2142 results in display of the one or more work items associated with the build runs in the specified range, while selecting theReset button 2144 resets the values in theuser input fields -
FIG. 2K is a schematic screenshot of theuser interface 2130 after a range of build runs (Call Center 1006 through 1008) has been specified: theUI 2130 now displays the one or more work items associated with the build runs in the specified range in accordance with some embodiments. Specifically, theUI 2130 lists defects completed 2150 in the specified range, features completed 2154 in the specified range, and defects introduced 2160 in the specified range.FIG. 2K thus illustrates that the Pick Lists Reverseddefect 2152 was completed (e.g., fixed or verified) in the specified range, theEnter RMA 264, Add Shipping Notes 2156, and Forgotten Passwords 2158 features were completed (e.g., fixed or verified) in the specified range, and the NoField Validation defect 2104 was introduced in the specified range. In some embodiments, theUI 2130 displays other categories of work items, such as work items that affect at least one build run in the specified range. -
FIG. 3 is a timeline illustrating the build run generation process in accordance with some embodiments.FIG. 3 illustrates events involving a developer (or tester/quality engineer) system 302 (e.g., a computer used by a software developer or tester), a source code management (SCM)server 304, a continuous integration (CI)server 306, and aproject management server 308, withtime 318 along a vertical axis. In some embodiments, theSCM server 304 is referred to as a version control system (VCS) and theCI server 306 is referred to as a build server. TheSCM server 304 is a repository of source code; developers check code into and out from theSCM server 304. TheCI server 306 receives source code from theSCM server 304 and performs builds, thus generating build runs. In some embodiments, theCI server 306 periodically queries theSCM server 304 and performs resulting builds at regular intervals (e.g., daily). These queries and resulting builds may be performed automatically. Automatic generation of build runs makes a system for relating work items to build runs particularly useful, because the developer or quality engineer does not control build run generation and thus may not be aware of which build runs affect which work items. User interfaces such as those illustrated inFIGS. 2E-2K solve this problem by allowing the developer or quality engineer to track relationships between build runs and work items. - In
FIG. 3 , attime t 0 310, theCI server 306 queries (320) theSCM server 304 as to whether theSCM server 304 has received any code changes since a previous query. TheSCM server 304 responds in the negative (322) and theCI server 306 does not perform a build. - At a subsequent time t1 312, a developer at a
developer system 302 commits a code change (324) to theSCM server 304. In committing this code change, the developer specifies work items affected by the code change. For example, if the code change attempts to at least partially implement a feature or fix a defect, the developer specifies the feature or defect when committing the code change. In some embodiments, theSCM server 304 provides a user interface for committing code changes that includes one or more user input fields for specifying identifiers (e.g.,titles 212 or IDs 214) of work items. - At a
subsequent time t 2 314, theCI server 306 again queries (326) theSCM server 304 as to whether theSCM server 304 has received any code changes since theprevious query 320. Because theSCM server 304 received thecode change 324, it responds affirmatively (328) and provides the updated code to theCI server 306 along with the specified work items affected by the code change. In response, theCI server 306 uses thecode change 324 to perform (330) a build (i.e., it builds the software product), thus generating a build run. TheCI server 306 publishes (331) the build run results to the project management server (308). TheCI server 306 may publish a web site displaying information about the build, accessible for example through the Build Report link 2068 (FIG. 2H ). In addition, theCI server 306 provides the work item information and a build run identifier to theproject management server 308, which updates its database of information regarding the software product being developed (“Link to Build Run” 332). Anobject model 750 of this database is described below with regard toFIG. 7B . - At a subsequent time t3 316, the
CI server 306 queries (334) theSCM server 304 as to whether theSCM server 304 has received any code changes since theprevious query 326. TheSCM server 304 responds in the negative (336) and theCI server 306 does not perform a build. -
FIG. 4 is a block diagram illustrating an agiledevelopment management system 400 in accordance with some embodiments. The agiledevelopment management system 400 includes aserver system 404 coupled to one ormore client systems 402 by anetwork 406. Theclient systems 402 may include client systems associated with respective users such as software developers, testers, managers, clients, customers, vendors, and any other parties involved in agile software development. In some embodiments, theclient systems 402 are examples of developer systems 302 (FIG. 3 ). Thenetwork 406 may be any suitable wired and/or wireless network and may include a local area network (LAN), wide area network (WAN), virtual private network (VPN), the Internet, metropolitan area network (MAN), or any combination of such networks. WhileFIG. 4 is described as an agile development management system, similar systems may be implemented for other types of software development project management. - The
server system 404 includes aproject management server 308 and adatabase 410. Theserver 308 serves as a front-end for theserver system 404. Theserver 308 provides an interface between theserver system 404 and theclient systems 402. Theserver system 404 also includes aCI server 306 andSCM server 304, as described above with regard toFIG. 3 . In some embodiments, the functions ofservers - The
server system 404 stores data relating to the agile development process, includingasset data 412. Theasset data 412 includes attributes for respective assets. Anexemplary data structure 700 forasset data 412 is illustrated inFIG. 7A , described below. Theasset data 412 includeswork item data 414 and buildrun data 416. - A user interfaces with the
server system 404 at a client system or device 402 (hereinafter called the client system for ease of reference). Theclient system 402 includes acomputer 424 or computer controlled device, such as a personal digital assistant (PDA), cellular telephone or the like. Thecomputer 424 typically includes one or more processors (not shown); memory, which may include volatile memory (not shown) and non-volatile memory such as ahard disk drive 426; and adisplay 420. Thecomputer 424 may also have input devices such as a keyboard and a mouse (not shown). - In some embodiments, a user may interact with the
server system 404 via an agiledevelopment user interface 422 presented on thedisplay 420. Examples ofuser interfaces 422 are illustrated inFIGS. 2A-2K . In some embodiments, the agiledevelopment user interface 422 may be a web-based user interface. That is, theuser interface 422 may include one or more web pages. It is noted that a single web page can contain multiple frames, each of which may appear (when displayed by a browser application) to be a distinct web page. The web page(s) may be written in the Hypertext Markup Language (HTML), Extensible Markup Language (XML), or any other suitable language for preparing web pages, and may include one or more scripts for interfacing with theserver system 404. For example, the web page(s) may include a JavaScript application that interfaces with theserver system 404 via an application programming interface (API). The JavaScript application receives asset data and reporting data from theserver system 404, manages the rendering of that data at the client, and also performs the client-side aspects of other tasks, such as receiving user input associating work items with build runs, updating attribute values according to data entered in user input fields, and transmitting user requests to theserver system 404. - In some other embodiments, the agile
development user interface 422 may be a part of a stand-alone application that is run on theclient system 402. The standalone application may interface with theserver system 404 via an application programming interface (API). - The agile
development management system 400 may perform the methods 800 (FIG. 8A) and 850 (FIG. 8B ) in accordance with some embodiments. In some embodiments, performance of various operations in themethods client system 402 andserver system 404. In some embodiments, themethods server system 404. - Instead of using a client-sever model, project management software (e.g., agile development management software) may be installed and used on a single computer system combining the functionalities of the
server system 404 andclient system 402. For example, the methods 800 (FIG. 8A) and 850 (FIG. 8B ) may be performed entirely on a single computer system. -
FIG. 5 is a block diagram illustrating aclient computer 500 in accordance with some embodiments. Theclient computer 500, which may be used as a client system 402 (FIG. 4 ) (e.g. a developer ortester system 302,FIG. 3 ), typically includes one or more processing units (CPUs) 502, one or more network orother communications interfaces 506,memory 504, and one ormore communication buses 514 for interconnecting these components. Thecommunication buses 514 may include circuitry (sometimes called a chipset) that interconnects and controls communications between system components. Theclient computer 500 may also includeuser interface hardware 508 comprising adisplay device 510 and a keyboard and/or mouse (or other selection device) 512.Memory 504 includes high-speed random access memory, such as DRAM, SRAM, DDR RAM or other random access solid state memory devices; and may include non-volatile memory, such as one or more magnetic disk storage devices, optical disk storage devices, flash memory devices, or other non-volatile solid state storage devices.Memory 504 may optionally include one or more storage devices remotely located from the CPU(s) 502.Memory 504, or alternately non-volatile memory device(s) withinmemory 504, comprises a computer readable storage medium. In some embodiments,memory 504 stores the following programs, modules, and data structures, or a subset thereof: -
- an
operating system 516 that includes procedures for handling various basic system services and for performing hardware dependent tasks; - a
network communication module 518 that is used for connecting theclient computer 500 to other computers via the one or more communication network interfaces 506 and one or more communication networks, such as the Internet, other wide area networks, local area networks, metropolitan area networks, and so on; - an agile
development management module 520 for handling data relating to the agile development process; and - a
client application 534, such as a web browser.
- an
- In some embodiments, the agile
development management module 520 includes alocal database 522 for storing data sent by the server (e.g., asset data, which includes work item and build run data), anasset display module 524 for displaying assets (e.g., via the user interfaces ofFIGS. 2A-2K ), anasset editing module 528 for updating attribute values (e.g., in accordance with data entered via user input fields), and aserver interface module 532 for interfacing withserver computer 500. Theasset display module 524 includes a buildrun reporting module 526 for displaying build runs and their relationships to work items (e.g., via the user interfaces ofFIGS. 2E-2K ). Theasset editing module 528 includes a buildrun relationships module 530 for creating and editing relationships between work items and build runs (e.g., viaUIs FIGS. 2F and 2G ). In some embodiments, the buildrun reporting module 526 and buildrun relationships module 530 correspond to instructions for performing all or a portion of the operations in the methods 800 (FIG. 8A) and 850 (FIG. 8B ). In some embodiments, theserver interface module 530 includes a cache for storing data to be transmitted to the server. - In some embodiments, the agile
development management module 520 may be a script-based module, embedded in a web page served from the server system 404 (FIG. 4 ). The web page may be rendered by aclient application 534, such as a web browser, at theclient computer 500. When the web page is rendered, the agiledevelopment management module 520 is executed, thereby providing a web-based interface to theserver system 404. The script-based agile development management module may be written in JavaScript, AJAX, ECMAScript, Perl, or any other suitable scripting language. - In some other embodiments, the agile
development management module 520 may be a standalone application stored inmemory 504 of theclient computer 500. - In some embodiments, the agile
development management module 520 is replaced with a more general project management module that is not specific to agile software development. - Each of the above identified elements in
FIG. 5 may be stored in one or more of the previously mentioned memory devices. Each of the above identified modules corresponds to a set of instructions for performing a function described above. The above identified modules or programs (i.e., sets of instructions) need not be implemented as separate software programs, procedures or modules, and thus various subsets of these modules may be combined or otherwise re-arranged in various embodiments. In some embodiments,memory 504 may store a subset of the modules and data structures identified above. Furthermore,memory 504 may store additional modules and data structures not described above. -
FIG. 6 is a block diagram illustrating aserver computer 600 in accordance with some embodiments. Theserver computer 600, which may be used as a server system 404 (FIG. 4 ), typically includes one or more processing units (CPUs) 602, one or more network orother communications interfaces 606,memory 604, and one ormore communication buses 610 for interconnecting these components. Thecommunication buses 610 may include circuitry (sometimes called a chipset) that interconnects and controls communications between system components. Theserver system 600 optionally may includeuser interface hardware 608, which may include a display device (not shown), and a keyboard and/or a mouse (not shown).Memory 604 includes high-speed random access memory, such as DRAM, SRAM, DDR RAM or other random access solid state memory devices; and may include non-volatile memory, such as one or more magnetic disk storage devices, optical disk storage devices, flash memory devices, or other non-volatile solid state storage devices.Memory 604 may optionally include one or more storage devices remotely located from the CPU(s) 602.Memory 604, or alternately non-volatile memory device(s) withinmemory 604, comprises a computer readable storage medium. In some embodiments,memory 604 stores the following programs, modules and data structures, or a subset thereof: -
- an
operating system 612 that includes procedures for handling various basic system services and for performing hardware dependent tasks; - a
network communication module 614 that is used for connecting theserver system 600 to other computers via the one or more communication network interfaces 606 and one or more communication networks, such as the Internet, other wide area networks, local area networks, metropolitan area networks, and so on; - an agile
development management database 616, which may be used as the database 410 (FIG. 4 ), for storing data relating to the agile development process, includingasset data 618; - an agile development management application programming interface (API) 622 for exchanging information with the agile
development management modules 520 in one or more client computers 500 (FIG. 5 ); - a source
code management module 626 for performing the functions of the SCM server 304 (FIGS. 3-4 ); and - a
continuous integration module 628 for performing the functions of the CI server 306 (FIGS. 3-4 ).
- an
- In some embodiments, the
asset data 618 includeswork items 619 and buildruns 620, in accordance with the database 410 (FIG. 4 ). In some embodiments, the agiledevelopment management database 616 is organized in accordance with the object model 750 (FIG. 7B ). In some embodiments, the agiledevelopment management database 616 includes database management software for performing one or more operations of the methods 800 (FIG. 8A) and 850 (FIG. 8B ). In some embodiments, theapplication interface 622 includes apresentation layer 624 for rendering user interfaces (e.g.,FIGS. 2A-2K ) accessed by aclient system 402. - In some embodiments, the agile
development management database 616 is replaced with a more general project management database that is not specific to agile software development. In some embodiments, the agile developmentmanagement application interface 622 is replaced with a more general API that is not specific to agile software development. - Each of the above identified elements in
FIG. 6 may be stored in one or more of the previously mentioned memory devices. Each of the above identified modules corresponds to a set of instructions for performing a function described above. The above identified modules or programs (i.e., sets of instructions) need not be implemented as separate software programs, procedures or modules, and thus various subsets of these modules may be combined or otherwise re-arranged in various embodiments. In some embodiments,memory 604 may store a subset of the modules and data structures identified above. Furthermore,memory 604 may store additional modules and data structures not described above. - Although
FIG. 6 shows a “server computer,”FIG. 6 is intended more as a functional description of the various features which may be present in a set of servers than as a structural schematic of the embodiments described herein. In practice, and as recognized by those of ordinary skill in the art, items shown separately could be combined and some items could be separated. For example, some items shown separately inFIG. 6 could be implemented on single servers and single items could be implemented by one or more servers. - The agile
development management database 616 stores data in various tables. For example, an “Asset Type” table includes an entry for each kind of asset, such as goal, feature group, feature, defect, task, or test. An “Attribute Definition” table defines the attributes associated with each kind of asset listed in the “Asset Type” table. A “Synthetic Attribute” table references formulas used to calculate synthetic attributes. For example, if a work estimate or degree of completion is defined as a roll-up of estimates or degrees of completion for other assets, the roll-up may be specified in a Synthetic Attribute table. An “Attribute Security Check” table contains references to operations used to determine whether a user may access or modify particular attributes. For attributes that are associated assets, a “Relation Definition” table defines relationships between assets. In addition, a “Many to Many Relation Definition” table may contain relationship information for assets in many-to-many relationship with other assets. Other tables may specify business rules for various assets. - Attribute values for particular assets are stored in asset tables 700, as illustrated in
FIG. 7A in accordance with some embodiments. For example, the database 616 (FIG. 6 ) includes asset tables 700. While the asset table 700 ofFIG. 7A is illustrated as a single table, it may be implemented in accordance with an object model relating multiple tables (including, for example, “Asset Type,” “Attribute Definition,” “Synthetic Attribute,” and “Relation Definition” tables). In some embodiments, a table 700 corresponds to a particular type of asset, such as feature group, feature, defect, task, or test. The asset table 700 includes arow 702 for each respective asset stored in the table. Each row includes fields that contain values for attributes of the respective asset, as defined in the “Attribute Definition” table. For example, the attribute fields may includetitle 704,asset ID 706,project 708,estimate 710, and various other attributes 720. The asset table 700 also includes fields 722 to specify attributes that are associated (i.e., related) assets. For example, if a respective asset is a feature or defect, fields 722 may specify tasks and tests associated with the feature or defect, for example by providing the asset IDs of the tasks and tests. If a respective asset is a work items, fields 722 may specify builds runs associated with (e.g., affected by) the work item. In another example, a field 722 may specify an iteration to which an asset is assigned. - In some embodiments, an asset table 700 for work items stores multiple versions of respective work items, wherein each version of a respective work item has a distinct work estimate value. The version is specified, for example, in a version field.
- The tables 700 thus include information to allow the agile
development management API 622 to respond to a request from aclient computer 500 when a user seeks to create, display, and modify assets or to access information regarding assets. Theinterface 622 can access the asset tables 700 (e.g., by writing to or querying the tables 700) in response to requests from theclient computer 500. -
FIG. 7B illustrates a data structure, referred to as anobject model 750, for storing relationships between build runs, build projects, work items, and change sets in accordance with some embodiments. In some embodiments, tables associated with theobject model 750 are stored in the database 616 (FIG. 6 ). In theobject model 750, buildprojects 752 are in a one-to-many relationship 754 with build runs 756 (“many” is indicated by the star symbol “*” inFIG. 7B ), because a new build run for a particular project is generated each time the CI server 306 (FIG. 3 ) performs a build. As illustrated inFIG. 3 , build runs are triggered (e.g., automatically) by code changes. A group of code changes is referred to as a change set. Build runs 756 are in a many-to-many relationship 758 with change sets 760, because each build run may contain multiple change sets and a specific change set may appear in many build runs. - A last affected
build run relationship 764 betweenwork items 766 and buildruns 756 is navigated to determine the last affected build run for a work item. Because a particular build run may complete multiple work items, and because fixes may be back-ported to older releases, therelationship 764 is a many-to-many relationship. TheCI server 306 thus is used to ensure that only one lastaffected build run 756 for a givenbuild project 752 exists in therelationship 764. - In some embodiments, work
items 766 includedefects 772 and features 774, as indicated by therelationships relationship 762 indicates thebuild run 756 in which aparticular defect 772 was introduced or identified. Because multiple defects can be introduced or identified in a particular build run and defects may exist in build runs representing different product releases, therelationship 762 is many-to-many, and theCI server 306 is used to ensure that, for a givenbuild project 752, only one found-in build run for a given defect exists in therelationship 762. - A changes
relationship 776 indicates which change sets 760 include code changes forparticular work items 766. Because a single change set may affect multiple work items and multiple change sets might be needed to deliver full functionality for a work item, therelationship 776 is many-to-many. Therelationships - In some embodiments, the
object model 750 includes additional relationships that map work items to related work items. For example, tasks and tests are mapped to their corresponding features and defects, and features are mapped to their corresponding feature groups. Such relationships may allow a user to select a work item of a particular type and to view build runs associated with a related work item. -
FIG. 8A is a flow diagram illustrating amethod 800 of displaying (or providing for display) indicators of build runs associated with a work item in accordance with some embodiments. In some embodiments, themethod 800 is performed using an agile development management system 400 (FIG. 4 ) or another type of software development management system. In some embodiments, operations of themethod 800 are divided between aserver system 404 and client system 402 (FIG. 4 ). Alternatively, themethod 800 is performed entirely at aserver system 404. - In the
method 800, successive code changes for a software product are received (802). In addition, input is received (804) specifying that one or more code changes involve a work item associated with development of the software product. For example, the code changes and input specifying a work item are received at an SCM server 304 (FIG. 3 ) during a commitcode change operation 324. - A plurality of build runs of the software product is generated (806) (e.g., by a
CI server 306,FIG. 3 ). Respective build runs correspond to one or more of the successive code changes. - Data is stored (808) associating the work item with one or more build runs that each correspond to at least one of the one or more code changes specified as involving the work item. For example, the data is stored in a database 410 (
FIG. 4 ) in accordance with the object model 750 (FIG. 7B ). - A user input selecting the work item is received (810). In some embodiments, a plurality of work items associated with development of the software project is displayed (e.g., in the
group 292,FIG. 2E ) and the user input selects (812) the work item (e.g., defect 265,FIG. 2E ) from the plurality of displayed work items. - In response to the user input, respective identifiers of at least one build run of the one or more build runs associated with the work item are displayed (814). In some embodiments, an identifier of a last affected build run for the work item (e.g., a build run for which work on the work item was completed or verified), an identifier of a build run for which work on the work item began, and/or respective identifiers of one or more build runs for which work on the work item occurred are presented (i.e., displayed) (816). In some embodiments, identifiers of every build run incorporating code changes involving the work item are presented (818).
- In some embodiments, the respective identifiers include dates (e.g., dates the respective build runs were generated). In some embodiments, the respective identifiers include distinct numbers (e.g., serial numbers in a
title 2002 orreference 2004,FIG. 2F ). - In some embodiments, the work item is a defect (e.g., defect 265,
FIG. 2F ) and the displaying ofoperation 814 includes presenting an identifier of a last build run affected by the defect (e.g., LastAffected Build Run 2008,FIG. 2F ), presenting respective identifiers of every build run incorporating code changes involving the defect (e.g., All Affected Build Runs 2010,FIG. 2F ), and/or presenting an identifier of a build run in which the defect was found (e.g., Found InBuild Run 2006,FIG. 2F ). - In some embodiments, the work item is a defect and the
method 800 further includes receiving a user input specifying a build run in which the defect was found (e.g., via the Assignicon 2014 and theUI 2030,FIGS. 2F-2G ), storing data associating the build run in which the defect was found with the defect (e.g., via therelationship 762,FIG. 7B ), and displaying an identifier of the build run in which the defect was found (e.g., atitle 2002 orreference 2004 of a build run in the Found InBuild Run category 2006,FIG. 2F ). - In some embodiments, the work item is a feature or defect having an associated task or test, and the displaying of
operation 814 includes presenting respective identifiers of one or more build runs incorporating code changes involving the associated task or test. - In some embodiments, the work item is a feature group (e.g., an epic or theme) comprising an associated feature and the displaying of
operation 814 includes presenting respective identifiers of one or more build runs having code changes involving the associated feature. - In some embodiments, the
method 800 further includes receiving a user input to change the last affected build run for the work item (e.g., via the Assignicon 2018 and theUI 2030,FIGS. 2F-2G ). In response to the user input to change the last affected build run for the work item, the last affected build run for the work item is updated (e.g., in therelationship 764,FIG. 7B ). An identifier of the updated last affected build run for the work item is displayed (e.g., atitle 2002 orreference 2004 of a build run in the Last AffectedBuild Run category 2008,FIG. 2F ). - While the
method 800 includes a number of operations that appear to occur in a specific order, it should be apparent that themethod 800 can include more or fewer operations, which can be executed serially or in parallel. An order of two or more operations may be changed and/or two or more operations may be combined into a single operation. For each operation in which information is displayed, the information alternately may be provided by a server to a client for display. -
FIG. 8B is a flow diagram illustrating amethod 850 of displaying (or providing for display) work items associated with one or more build runs in accordance with some embodiments. In some embodiments, themethod 850 is performed using an agile development management system 400 (FIG. 4 ) or another type of software development management system. In some embodiments, operations of themethod 850 are divided between aserver system 404 and client system 402 (FIG. 4 ). Alternatively, themethod 850 is performed entirely at aserver system 404. - In the
method 850, theoperations FIG. 8A ). In addition, data is stored (852) associating respective build runs with one or more respective work items involved in the one or more successive code changes corresponding to the respective build runs. For example, the data is stored in a database 410 (FIG. 4 ) in accordance with the object model 750 (FIG. 7B ). - User input is received (854) specifying one or more build runs. For example, the user selects a build run (e.g., Call Center 1007) in the group 2056 (
FIG. 2H ). In some embodiments, the one or more build runs include a range of build runs, which are specified, for example, by first and last build runs (e.g., via theuser input fields FIG. 2J ). - In response to the user input, at least one work item involved in code changes corresponding to the specified one or more build runs is displayed (858). In some embodiments, one or more defects introduced during the specified one or more build runs (e.g.,
Found Defects 2102,FIG. 2I , or Defects Introduced 2160,FIG. 2K ), one or more defects fixed during the specified one or more build runs (e.g., CompletedWork Items 2106,FIG. 2I , or Defects Completed 2150,FIG. 2K ), and/or one or more features completed during the specified one or more build runs (e.g., Features Completed 2154,FIG. 2K ) are presented (i.e., displayed) (860). - In some embodiments, the
method 850 further includes, in response to the user input of theoperation 854, providing (e.g., displaying a link to) a change set (e.g., CS007 2116,FIG. 2I ) associated with a respective build run of the specified one or more build runs. - While the
method 850 includes a number of operations that appear to occur in a specific order, it should be apparent that themethod 850 can include more or fewer operations, which can be executed serially or in parallel. An order of two or more operations may be changed and/or two or more operations may be combined into a single operation. For each operation in which information is displayed, the information alternately may be provided by a server to a client for display. - The foregoing description, for purpose of explanation, has been described with reference to specific embodiments. However, the illustrative discussions above are not intended to be exhaustive or to limit the present disclosure to the precise forms disclosed. Many modifications and variations are possible in view of the above teachings. The embodiments were chosen and described in order to best explain the principles of the present disclosure and its practical applications, to thereby enable others skilled in the art to best utilize the present disclosure and various embodiments with various modifications as are suited to the particular use contemplated.
Claims (2)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US14/463,385 US20140359555A1 (en) | 2009-05-08 | 2014-08-19 | Methods and Systems for Reporting on Build Runs in Software Development |
Applications Claiming Priority (3)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US12/463,299 US8418147B1 (en) | 2009-05-08 | 2009-05-08 | Methods and systems for reporting on build runs in software development |
US13/858,819 US8813040B2 (en) | 2009-05-08 | 2013-04-08 | Methods and systems for reporting on build runs in software development |
US14/463,385 US20140359555A1 (en) | 2009-05-08 | 2014-08-19 | Methods and Systems for Reporting on Build Runs in Software Development |
Related Parent Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US13/858,819 Continuation US8813040B2 (en) | 2009-05-08 | 2013-04-08 | Methods and systems for reporting on build runs in software development |
Publications (1)
Publication Number | Publication Date |
---|---|
US20140359555A1 true US20140359555A1 (en) | 2014-12-04 |
Family
ID=47999388
Family Applications (3)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/463,299 Active 2031-12-24 US8418147B1 (en) | 2009-05-08 | 2009-05-08 | Methods and systems for reporting on build runs in software development |
US13/858,819 Active US8813040B2 (en) | 2009-05-08 | 2013-04-08 | Methods and systems for reporting on build runs in software development |
US14/463,385 Abandoned US20140359555A1 (en) | 2009-05-08 | 2014-08-19 | Methods and Systems for Reporting on Build Runs in Software Development |
Family Applications Before (2)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
US12/463,299 Active 2031-12-24 US8418147B1 (en) | 2009-05-08 | 2009-05-08 | Methods and systems for reporting on build runs in software development |
US13/858,819 Active US8813040B2 (en) | 2009-05-08 | 2013-04-08 | Methods and systems for reporting on build runs in software development |
Country Status (1)
Country | Link |
---|---|
US (3) | US8418147B1 (en) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10552760B2 (en) * | 2015-12-18 | 2020-02-04 | International Business Machines Corporation | Training set creation for classifying features of a system under agile development |
US11409507B1 (en) * | 2019-09-18 | 2022-08-09 | State Farm Mutual Automobile Insurance Company | Dependency management in software development |
US20220261243A1 (en) * | 2021-02-17 | 2022-08-18 | Infosys Limited | System and method for automated simulation of releases in agile environments |
Families Citing this family (27)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US9015663B2 (en) * | 2010-03-15 | 2015-04-21 | Nec Corporation | Information processing device, information processing method, and information processing program |
JP5937577B2 (en) * | 2010-05-19 | 2016-06-22 | グーグル インコーポレイテッド | Bug clearing house |
US20120023454A1 (en) * | 2010-07-20 | 2012-01-26 | Sap Ag | Schedule management using linked events |
US8607187B2 (en) * | 2010-12-23 | 2013-12-10 | Sap Ag | System and method for mini-EHP development and delivery |
US9268669B2 (en) * | 2012-01-17 | 2016-02-23 | Microsoft Technology Licensing, Llc | Application quality testing time predictions |
US8832653B2 (en) * | 2012-01-18 | 2014-09-09 | Sap Ag | Centralized, object-level change tracking |
US9251484B2 (en) | 2012-06-01 | 2016-02-02 | International Business Machines Corporation | Predicting likelihood of on-time product delivery, diagnosing issues that threaten delivery, and exploration of likely outcome of different solutions |
US9038030B2 (en) * | 2012-07-26 | 2015-05-19 | Infosys Limited | Methods for predicting one or more defects in a computer program and devices thereof |
WO2014133512A1 (en) * | 2013-02-28 | 2014-09-04 | Hewlett-Packard Development Company, L.P. | Providing code change job sets of different sizes to validators |
US9009659B2 (en) * | 2013-03-04 | 2015-04-14 | Total Resource Management, Inc. | Method and system for displaying context-based completion values in an integrated development environment for asset management software |
US9268674B1 (en) * | 2013-05-08 | 2016-02-23 | Amdocs Software Systems Limited | System, method, and computer program for monitoring testing progress of a software testing project utilizing a data warehouse architecture |
US9342297B2 (en) * | 2013-06-07 | 2016-05-17 | Capital One Financial Corporation | Systems and methods for providing predictive quality analysis |
US9720683B2 (en) | 2013-09-17 | 2017-08-01 | International Business Machines Corporation | Merit based inclusion of changes in a build of a software system |
US9189517B2 (en) * | 2013-10-02 | 2015-11-17 | Microsoft Technology Licensing, Llc | Integrating search with application analysis |
US9507589B2 (en) * | 2013-11-07 | 2016-11-29 | Red Hat, Inc. | Search based content inventory comparison |
US20150324229A1 (en) * | 2014-05-09 | 2015-11-12 | International Business Machines Corporation | Propagation of task progress through the use of coalesced time intervals |
US9606901B1 (en) * | 2014-08-05 | 2017-03-28 | Amdocs Software Systems Limited | System, method, and computer program for generating a detailed design of at least one telecommunications based integration testing project |
GB2531008A (en) | 2014-10-07 | 2016-04-13 | Ibm | Agile Software Development Process And Results |
US11900469B2 (en) * | 2015-02-03 | 2024-02-13 | State Farm Mutual Automobile Insurance Company | Point-of-service tool for entering claim information |
US9542159B1 (en) * | 2015-06-23 | 2017-01-10 | Sap Se | Integration of revision control systems and process tools |
CN109564538A (en) * | 2016-04-21 | 2019-04-02 | 沃尔玛阿波罗有限责任公司 | Portable continuous integrating device and related system and method |
US10642583B2 (en) | 2016-10-28 | 2020-05-05 | International Business Machines Corporation | Development data management for a stream computing environment |
US10606613B2 (en) * | 2018-05-31 | 2020-03-31 | Bank Of America Corporation | Integrated mainframe distributed orchestration tool |
EP3699754A1 (en) | 2019-02-20 | 2020-08-26 | Hewlett-Packard Enterprise Development LP | Feature-based reporting of software versions |
TWI732380B (en) * | 2019-12-12 | 2021-07-01 | 中華電信股份有限公司 | Agile project management method and server |
CN111666206B (en) * | 2020-04-30 | 2023-12-22 | 北京百度网讯科技有限公司 | Method, device, equipment and storage medium for acquiring influence range of change code |
US12025973B2 (en) * | 2021-09-20 | 2024-07-02 | Rockwell Automation Technologies, Inc. | Industrial automation controller project online/offline state separation |
Citations (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20020062367A1 (en) * | 2000-01-26 | 2002-05-23 | Debber J. Dale | Opportunity tracking information system |
US20030182652A1 (en) * | 2001-12-21 | 2003-09-25 | Custodio Gabriel T. | Software building and deployment system and method |
US20040186762A1 (en) * | 1999-05-07 | 2004-09-23 | Agility Management Partners, Inc. | System for performing collaborative tasks |
US20050114829A1 (en) * | 2003-10-30 | 2005-05-26 | Microsoft Corporation | Facilitating the process of designing and developing a project |
US20050132048A1 (en) * | 2003-12-12 | 2005-06-16 | International Business Machines Corporation | Role-based views access to a workflow weblog |
US20050216879A1 (en) * | 2004-03-24 | 2005-09-29 | University Technologies International Inc. | Release planning |
US20060212857A1 (en) * | 2005-03-21 | 2006-09-21 | Microsoft Corporation | Automated process for generating a build of a software application without human intervention |
US20060236301A1 (en) * | 2005-04-15 | 2006-10-19 | Microsoft Corporation | Task aware source checkin and build |
US20070168918A1 (en) * | 2005-11-10 | 2007-07-19 | Siemens Medical Solutions Health Services Corporation | Software Development Planning and Management System |
US20080077530A1 (en) * | 2006-09-25 | 2008-03-27 | John Banas | System and method for project process and workflow optimization |
US20080097734A1 (en) * | 2004-06-16 | 2008-04-24 | State Of Oregan Acting By And Through The State Bo | System And Method For Simulating Global Product Development |
US20080301296A1 (en) * | 2007-05-30 | 2008-12-04 | Jeremy Dwayne York | System and method for creating, tracking and analyzing tasks |
US7478338B2 (en) * | 2001-07-12 | 2009-01-13 | Autodesk, Inc. | Palette-based graphical user interface |
US7490314B2 (en) * | 2004-01-30 | 2009-02-10 | Microsoft Corporation | System and method for exposing tasks in a development environment |
US20090300580A1 (en) * | 2007-12-20 | 2009-12-03 | Hsbc Technologies Inc. | Automated methods and systems for developing and deploying projects in parallel |
US20100088664A1 (en) * | 2006-08-14 | 2010-04-08 | Payman Khodabandehloo | Design tool and methodology for enterprise software applications |
Family Cites Families (61)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP4255511B2 (en) | 1993-04-20 | 2009-04-15 | アップル インコーポレイテッド | Interactive user interface |
US5956030A (en) | 1993-06-11 | 1999-09-21 | Apple Computer, Inc. | Computer system with graphical user interface including windows having an identifier within a control region on the display |
US5544300A (en) | 1993-11-12 | 1996-08-06 | Intel Corporation | User interface for dynamically converting between a single top level window and multiple top level windows |
US5874958A (en) | 1997-03-31 | 1999-02-23 | Sun Microsystems, Inc. | Method and apparatus for accessing information and items across workspaces |
US5943053A (en) | 1997-04-01 | 1999-08-24 | Sun Microsystems, Inc. | Method and apparatus for expanding and contracting a window panel |
US6175364B1 (en) | 1997-04-01 | 2001-01-16 | Sun Microsystems, Inc. | Framework and method for interfacing a GUI, container with a GUI component |
US6469714B2 (en) | 1998-01-26 | 2002-10-22 | International Business Machines Corporation | Infocenter user interface for applets and components |
US6239798B1 (en) | 1998-05-28 | 2001-05-29 | Sun Microsystems, Inc. | Methods and apparatus for a window access panel |
US6345278B1 (en) | 1998-06-04 | 2002-02-05 | Collegenet, Inc. | Universal forms engine |
US7272815B1 (en) | 1999-05-17 | 2007-09-18 | Invensys Systems, Inc. | Methods and apparatus for control configuration with versioning, security, composite blocks, edit selection, object swapping, formulaic values and other aspects |
US20030112262A1 (en) | 1999-06-14 | 2003-06-19 | Lycos, Inc. A Virginia Corporation | Media resource manager/player |
US6694009B1 (en) | 1999-06-15 | 2004-02-17 | Avaya Technology Corp. | Estimation of a work item's wait-time from the present stages of processing of preceding work items |
US7210093B1 (en) | 2000-03-09 | 2007-04-24 | International Business Machines Corporation | Method, system, and program for displaying pages downloaded from over a network in an application window |
US20040095378A1 (en) | 2000-06-09 | 2004-05-20 | Michael Vigue | Work/training using an electronic infrastructure |
US20030061330A1 (en) | 2000-09-29 | 2003-03-27 | Frisco Lynn A. | Web-based collaborative project and process management solution |
US6698013B1 (en) | 2000-10-04 | 2004-02-24 | Mintaka Technology Group | Real time monitoring system for tracking and documenting changes made by programmer's during maintenance or development of computer readable code on a line by line basis and/or by point of focus |
US7904322B2 (en) | 2000-10-24 | 2011-03-08 | Gauger Derek K | Network based, interactive project management apparatus and method |
US20020091732A1 (en) | 2000-12-29 | 2002-07-11 | Pedro Justin E. | Displaying forms and content in a browser |
US7207031B2 (en) | 2001-03-01 | 2007-04-17 | Wind River Systems, Inc. | System and method for utilization of a command structure representation |
US7117447B2 (en) | 2001-06-08 | 2006-10-03 | Mci, Llc | Graphical user interface (GUI) based call application system |
US7322024B2 (en) | 2002-03-18 | 2008-01-22 | Logiclibrary, Inc. | Generating reusable software assets from distributed artifacts |
US7149734B2 (en) | 2001-07-06 | 2006-12-12 | Logic Library, Inc. | Managing reusable software assets |
US7337124B2 (en) | 2001-08-29 | 2008-02-26 | International Business Machines Corporation | Method and system for a quality software management process |
WO2003044718A2 (en) | 2001-11-19 | 2003-05-30 | Delphion, Inc. | Integrated intellectual asset management system and method |
US20030158845A1 (en) | 2001-12-13 | 2003-08-21 | Gary Braley | Integrated management database |
US20030163404A1 (en) | 2002-02-22 | 2003-08-28 | Kenneth Hu | Method of evaluating security trading capacity |
US6850255B2 (en) | 2002-02-28 | 2005-02-01 | James Edward Muschetto | Method and apparatus for accessing information, computer programs and electronic communications across multiple computing devices using a graphical user interface |
US8412813B2 (en) | 2002-03-18 | 2013-04-02 | Logiclibrary, Inc. | Customizable asset governance for a distributed reusable software library |
US20030204644A1 (en) | 2002-04-29 | 2003-10-30 | International Business Machines Corporation | System and method for developing, deploying, and debugging software agents |
US7415677B2 (en) | 2002-06-05 | 2008-08-19 | Sap Aktiengesellschaft | Temporary communication areas for a computer user interface |
US7051038B1 (en) | 2002-06-28 | 2006-05-23 | Microsoft Corporation | Method and system for a reporting information services architecture |
US7424702B1 (en) | 2002-08-19 | 2008-09-09 | Sprint Communications Company L.P. | Data integration techniques for use in enterprise architecture modeling |
US20050065951A1 (en) | 2002-08-30 | 2005-03-24 | Kathleen Liston | Visualization of commonalities in data from different sources |
WO2004102323A2 (en) | 2003-05-06 | 2004-11-25 | Dana Corporation | System or method for analyzing information organized in a configurable manner |
US20040243968A1 (en) | 2003-05-27 | 2004-12-02 | Sun Microsystems, Inc. | System and method for software methodology evaluation and selection |
US8484060B2 (en) | 2003-05-28 | 2013-07-09 | International Business Machines Corporation | Project estimating system and method |
US20040268246A1 (en) | 2003-06-16 | 2004-12-30 | Microsoft Corporation | Systems and methods for processing collateral content associated with an electronic message |
US8335705B2 (en) | 2003-07-01 | 2012-12-18 | Sap Ag | Managing resources for projects |
WO2005026993A1 (en) | 2003-09-10 | 2005-03-24 | Agile Software Corporation | A system and method for managing item interchange and identification in an extended enterprise |
CA2445427A1 (en) | 2003-10-17 | 2005-04-17 | Ibm Canada Limited - Ibm Canada Limitee | A method and system for editing column oriented programming language statements |
US7640496B1 (en) | 2003-10-31 | 2009-12-29 | Emc Corporation | Method and apparatus for generating report views |
US7562338B2 (en) | 2003-11-24 | 2009-07-14 | Qwest Communications International Inc. | System development planning tool |
US7266806B2 (en) | 2004-03-02 | 2007-09-04 | International Business Machines Corporation | Portlet template based on a state design pattern |
US20050229157A1 (en) | 2004-04-08 | 2005-10-13 | Johnson Matthew A | Dynamic layout system and method for graphical user interfaces |
US7747966B2 (en) | 2004-09-30 | 2010-06-29 | Microsoft Corporation | User interface for providing task management and calendar information |
US8032863B2 (en) | 2004-11-18 | 2011-10-04 | Parasoft Corporation | System and method for global group reporting |
US8510148B2 (en) | 2005-03-01 | 2013-08-13 | Alcatel Lucent | Methods and apparatus for associating and displaying project planning and management information in conjunction with geographic information |
US7428709B2 (en) | 2005-04-13 | 2008-09-23 | Apple Inc. | Multiple-panel scrolling |
JP2007043493A (en) | 2005-08-03 | 2007-02-15 | Pioneer Electronic Corp | Conference supporting system for managing progress of proceeding, conference supporting method, and conference supporting program |
US8407610B2 (en) | 2005-09-30 | 2013-03-26 | Sap Portals Israel Ltd. | Executable and declarative specification for graphical user interfaces |
US7899694B1 (en) | 2006-06-30 | 2011-03-01 | Amazon Technologies, Inc. | Generating solutions to problems via interactions with human responders |
WO2008021433A2 (en) | 2006-08-14 | 2008-02-21 | Payman Khodabandehloo | Design tool and methodology for enterprise software applications |
US20080077416A1 (en) | 2006-09-26 | 2008-03-27 | Hetrick William A | Method and apparatus for managing virtual team collaboration meetings |
US20080154749A1 (en) | 2006-12-23 | 2008-06-26 | Agile Software Corporation | Integrated System and Method for Improved Product Substance Compliance |
US8195497B2 (en) | 2007-01-16 | 2012-06-05 | Microsoft Corporation | Virtual workspace for project management coordination |
US8132153B2 (en) | 2007-05-09 | 2012-03-06 | Wipro Limited | Quality management framework for a software lifecycle |
US8412741B2 (en) | 2007-07-17 | 2013-04-02 | Agile Software Corporation | Product network management system and method |
US8370803B1 (en) | 2008-01-17 | 2013-02-05 | Versionone, Inc. | Asset templates for agile software development |
US20090204465A1 (en) | 2008-02-08 | 2009-08-13 | Santosh Pradhan | Process and system for facilitating communication and intergrating communication with the project management activities in a collaborative environment |
US20090271760A1 (en) | 2008-04-24 | 2009-10-29 | Robert Stephen Ellinger | Method for application development |
US9141933B2 (en) | 2009-02-24 | 2015-09-22 | Sap Se | Method and system for generating a personalized report with reusable parameters |
-
2009
- 2009-05-08 US US12/463,299 patent/US8418147B1/en active Active
-
2013
- 2013-04-08 US US13/858,819 patent/US8813040B2/en active Active
-
2014
- 2014-08-19 US US14/463,385 patent/US20140359555A1/en not_active Abandoned
Patent Citations (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US20040186762A1 (en) * | 1999-05-07 | 2004-09-23 | Agility Management Partners, Inc. | System for performing collaborative tasks |
US20020062367A1 (en) * | 2000-01-26 | 2002-05-23 | Debber J. Dale | Opportunity tracking information system |
US7478338B2 (en) * | 2001-07-12 | 2009-01-13 | Autodesk, Inc. | Palette-based graphical user interface |
US20030182652A1 (en) * | 2001-12-21 | 2003-09-25 | Custodio Gabriel T. | Software building and deployment system and method |
US20050114829A1 (en) * | 2003-10-30 | 2005-05-26 | Microsoft Corporation | Facilitating the process of designing and developing a project |
US20050132048A1 (en) * | 2003-12-12 | 2005-06-16 | International Business Machines Corporation | Role-based views access to a workflow weblog |
US7490314B2 (en) * | 2004-01-30 | 2009-02-10 | Microsoft Corporation | System and method for exposing tasks in a development environment |
US20050216879A1 (en) * | 2004-03-24 | 2005-09-29 | University Technologies International Inc. | Release planning |
US20080097734A1 (en) * | 2004-06-16 | 2008-04-24 | State Of Oregan Acting By And Through The State Bo | System And Method For Simulating Global Product Development |
US20060212857A1 (en) * | 2005-03-21 | 2006-09-21 | Microsoft Corporation | Automated process for generating a build of a software application without human intervention |
US20060236301A1 (en) * | 2005-04-15 | 2006-10-19 | Microsoft Corporation | Task aware source checkin and build |
US20070168918A1 (en) * | 2005-11-10 | 2007-07-19 | Siemens Medical Solutions Health Services Corporation | Software Development Planning and Management System |
US20100088664A1 (en) * | 2006-08-14 | 2010-04-08 | Payman Khodabandehloo | Design tool and methodology for enterprise software applications |
US20080077530A1 (en) * | 2006-09-25 | 2008-03-27 | John Banas | System and method for project process and workflow optimization |
US20080301296A1 (en) * | 2007-05-30 | 2008-12-04 | Jeremy Dwayne York | System and method for creating, tracking and analyzing tasks |
US20090300580A1 (en) * | 2007-12-20 | 2009-12-03 | Hsbc Technologies Inc. | Automated methods and systems for developing and deploying projects in parallel |
Cited By (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10552760B2 (en) * | 2015-12-18 | 2020-02-04 | International Business Machines Corporation | Training set creation for classifying features of a system under agile development |
US11409507B1 (en) * | 2019-09-18 | 2022-08-09 | State Farm Mutual Automobile Insurance Company | Dependency management in software development |
US11922150B2 (en) | 2019-09-18 | 2024-03-05 | State Farm Mutual Automobile Insurance Company | Dependency management in software development |
US20220261243A1 (en) * | 2021-02-17 | 2022-08-18 | Infosys Limited | System and method for automated simulation of releases in agile environments |
US11983528B2 (en) * | 2021-02-17 | 2024-05-14 | Infosys Limited | System and method for automated simulation of releases in agile environments |
Also Published As
Publication number | Publication date |
---|---|
US8418147B1 (en) | 2013-04-09 |
US8813040B2 (en) | 2014-08-19 |
US20130339932A1 (en) | 2013-12-19 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US8813040B2 (en) | Methods and systems for reporting on build runs in software development | |
US9858069B2 (en) | Transitioning between iterations in agile software development | |
US9690461B2 (en) | Integrated planning environment for agile software development | |
US8370803B1 (en) | Asset templates for agile software development | |
US9092575B2 (en) | System and method for providing access to data in a plurality of software development systems | |
US8875088B1 (en) | Methods and systems for performing project schedule forecasting | |
US9292809B2 (en) | Customized settings for viewing and editing assets in agile software development | |
US9501751B1 (en) | Virtual interactive taskboard for tracking agile software development | |
US8819617B1 (en) | System and method for providing access to data in a plurality of software development systems | |
JP5174468B2 (en) | Integrated systems, tools and methods for designing automated business process applications | |
US7941445B2 (en) | Managing project schedule data using separate current and historical task schedule data and revision numbers | |
US8352498B2 (en) | Managing to-do lists in a schedule editor in a project management system | |
US20120116834A1 (en) | Hybrid task board and critical path method based project application | |
AU2012202261B2 (en) | Test data supply chain manager for an integrated testing platform | |
US8706768B2 (en) | Managing to-do lists in task schedules in a project management system | |
JP5396904B2 (en) | Processing method, data processing system, and computer program | |
US8185563B2 (en) | Data-visualization system and method | |
US7930268B2 (en) | Workflow method, system, and data structure | |
US20150379472A1 (en) | Method and system for project management | |
US20140278663A1 (en) | Electronic discovery systems and workflow management method | |
US20120116835A1 (en) | Hybrid task board and critical path method based project management application interface | |
US20090287521A1 (en) | Managing Project Schedule Data Using Separate Current And Historical Task Schedule Data | |
US20090043592A1 (en) | Method and system for managing product development processes | |
JP2012522319A (en) | Expansion of ability to link external data | |
US8548967B1 (en) | System for visual query and manipulation of configuration management records |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
AS | Assignment |
Owner name: VERSIONONE, INC., GEORGIA Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ODENWELDER, JERRY;HOLLER, ROBERT;CULLING, IAN;AND OTHERS;SIGNING DATES FROM 20090708 TO 20090713;REEL/FRAME:033584/0926 |
|
AS | Assignment |
Owner name: SILICON VALLEY BANK, CALIFORNIA Free format text: SECURITY INTEREST;ASSIGNOR:VERSIONONE, INC.;REEL/FRAME:034916/0359 Effective date: 20101220 |
|
AS | Assignment |
Owner name: WELLS FARGO BANK, NATIONAL ASSOCIATION, AS AGENT, Free format text: SECURITY INTEREST;ASSIGNORS:COLLABNET, INC.;VERSIONONE, INC.;REEL/FRAME:043187/0691 Effective date: 20170803 |
|
AS | Assignment |
Owner name: VERSIONONE, INC., GEORGIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:SILICON VALLEY BANK;REEL/FRAME:043194/0919 Effective date: 20170803 |
|
STCB | Information on status: application discontinuation |
Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION |
|
AS | Assignment |
Owner name: VERSIONONE, INC., GEORGIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION, AS AGENT;REEL/FRAME:050626/0164 Effective date: 20191004 Owner name: COLLABNET, INC., CALIFORNIA Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:WELLS FARGO BANK, NATIONAL ASSOCIATION, AS AGENT;REEL/FRAME:050626/0164 Effective date: 20191004 |