Team System Developer Center > Visual Studio Team System Forums > Team Foundation Server - Work Item Tracking > Is there a way to see transition security on the work item workflow diagram?
Ask a questionAsk a question
 

AnswerIs there a way to see transition security on the work item workflow diagram?

  • Thursday, October 29, 2009 12:49 PMNoodlesCoder Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Is there a way when going through the process editor --> work item types --> open WIT from Server --> workflow tab, to see the transition security that has been created?

    I set up transition security for the transition from="" to="Active" for a only one particular group in my organization and was wondering if there was a way to display that information on the workflow diagram.  It is much easier to show everyone the workflow diagram than to have to explain in words what the transitions are and the security for the transitions.

    Thanks,

Answers

  • Monday, November 02, 2009 7:03 AMRuiz YiModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi,

    TFS Power Tools does not support this feature.

    Best Regards,
    Ruiz
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Sincerely, Ruiz Yi
    • Marked As Answer byNoodlesCoder Tuesday, November 03, 2009 2:50 PM
    •  

All Replies

  • Friday, October 30, 2009 4:31 AMRuiz YiModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi ,

    Do you mean For and Not rule of a Transition?  Just Double click the header or Open Detail will see them.

    Best Regards,
    Ruiz
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Sincerely, Ruiz Yi
  • Friday, October 30, 2009 1:05 PMNoodlesCoder Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    This is the code I have Ruiz in my xml, I would like to know if the read only section can be highlighted in the workflow diagram.

    <TRANSITION from="" to="Active">
              <REASONS>
                <DEFAULTREASON value="New" />
         </REASONS>
              <FIELDS>
                <FIELD refname="Microsoft.VSTS.Common.ActivatedBy">
                  <COPY from="currentuser" />
                  <VALIDUSER />
                  <REQUIRED />
                </FIELD>
                <FIELD refname="Microsoft.VSTS.Common.ActivatedDate">
                  <SERVERDEFAULT from="clock" />
                </FIELD>
                <FIELD refname="System.AssignedTo">
                  <DEFAULT from="currentuser" />
                </FIELD>
       <FIELD refname="System.State">
         <READONLY not="[project]\Project Management" />
       </FIELD>
              </FIELDS>
            </TRANSITION>
  • Monday, November 02, 2009 7:03 AMRuiz YiModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi,

    TFS Power Tools does not support this feature.

    Best Regards,
    Ruiz
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Sincerely, Ruiz Yi
    • Marked As Answer byNoodlesCoder Tuesday, November 03, 2009 2:50 PM
    •  
  • Tuesday, November 03, 2009 2:51 PMNoodlesCoder Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Thanks.

    I figured it might not support it just from all the digging I've been doing, but I thought it was probably safest to ask in case it was possible.