MAGV ADD WORK ITEM TAGS (3092)    REMOTE PROCEDURE (8994)

Name Value
NAME MAGV ADD WORK ITEM TAGS
TAG ADDTAG
ROUTINE MAGVIM01
RETURN VALUE TYPE SINGLE VALUE
AVAILABILITY RESTRICTED
DESCRIPTION
This RPC allows tags to be added to work items in the MAG WORK ITEM file (#2006.941).
 Tags consist of a tag name and a tag value.  Tags and values
may be used to look up entries in the MAG WORK ITEM file (#2006.941).
INPUT PARAMETER
  • TAG
    PARAMETER TYPE:   LIST
    SEQUENCE NUMBER:   5
    DESCRIPTION:   
    This is the parameter containing the tag name and the tag value for the
    work item.
    
  • ITEM ID
    PARAMETER TYPE:   LITERAL
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This is the item ID of the entry in the MAG WORK ITEM file (#2006.941) that
    tags will be added to.
    
  • STATUS
    PARAMETER TYPE:   LITERAL
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    This is a list of expected statuses that the work item may have.  If
    the work item does not have a status that matches one of the statuses
    supplied the tag will not be added.
    
  • UPDUSR
    PARAMETER TYPE:   LITERAL
    SEQUENCE NUMBER:   3
    DESCRIPTION:   
    This is the user that updated the work item.
    
  • UPDAPP
    PARAMETER TYPE:   LITERAL
    SEQUENCE NUMBER:   4
    DESCRIPTION:   
    This is the application that updated the work item.
    
RETURN PARAMETER DESCRIPTION
The return parameter returns a "0" for success. n < 0 followed by an error message is returned if an error has occurred.