Welcome to the Axosoft Community, Sign in | Register | Help
in Search

SDK Does Not Process Workflow

Last post 07-21-2008, 1:02 PM by Tom Harder. 1 replies.
Sort Posts: Previous Next
  •  07-21-2008, 10:54 AM 16288

    SDK Does Not Process Workflow

    The SDK should include methods that will process a ticket  for the correct project specific workflow.  This should process all the workflow items possible (set default field values, enforce required fields, etc) but should not necessarily prompt users as that would make this useless in a server-based processing scenario.  We'd like to see something similar:

    MoveToNextStep( int workflowStepID, NameValueCollection parameters )

    This would enable us to script things such as moving tickets inside a CI process:

    List<Defect> defectsInBuild = defectService.FindDefectsMatching( project, workflowStep );

    foreach( Defect completedDefect in defectsInBuild )

    {

    completedDefect.MoveToNextStep( nextStepID, new NameValueCollection() );

    }

     

  •  07-21-2008, 1:02 PM 16295 in reply to 16288

    Re: SDK Does Not Process Workflow

    Hello Russ,

    You can submit a Feature Request in our Customer Portal and ask our developers to consider allowing for these changes to the SDK , and they'll consider the idea when planning future versions of OnTime.

    Let me know if you have any further questions.


    Thank you,

    Tom Harder
    Axosoft Support
    support@axosoft.com
    1.800.653.0024 option 3
    --'Fear the Bug' Podcast--
View as RSS news feed in XML

© 2002 - 2007, Axosoft, LLC. All Rights Reserved. | Privacy
Bug Tracking | Defect Tracking Videos | Help Desk Software