Changes between Version 1 and Version 2 of Ncs/ReportUserForum/TicketAdmin

Show
Ignore:
Timestamp:
06/16/09 08:33:15 (15 years ago)
Author:
margs (IP: 212.33.149.106)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Ncs/ReportUserForum/TicketAdmin

    v1 v2  
    88Assessment of tickets take place in RUF meetings, where tickets are either rejected or accepted. Rejected tickets are tickets that are considered irrelevant, e.g., out of scope for the project or duplications of other tickets. Accepted proposal will be prioritized and then possibly be assigned to a project for implementation. All tickets assigned to a project will be collected in a separate milestone just for this project. 
    99 
    10 The picture below describes the management of versions, publishing and development. 
    11  
    12 {{{ 
    13 #!graphviz.dot 
    14 digraph G { 
    15 rankdir=TB; 
    16  
    17 assessment[shape=diamond]; 
    18 prioritization[shape=diamond]; 
    19  
    20 new_ticket -> assessment; 
    21 assessment -> rejected_ticket; 
    22 assessment -> accepted_ticket; 
    23  
    24 accepted_ticket -> prioritization; 
    25  
    26 prioritization -> assigned_to_project [label="priority level high"]; 
    27  
    28 } 
    29 }}} 
Home
About PCA
Reference Data Services
Projects
Workgroups