Is it possible for the ticket workflow step to change the value in the Status attribute of a ticket?
We have a Change Request form with Change Request workflow assigned to it. When the ticket gets created, its "Status" attribute value is set to "New". One of the workflow steps is to approve the proposed change. It is possible to configure this step, or other step in the workflow to change the status of the ticket to "In Process", and later to "Closed?"
Answers (5)
Hi Bodek,
This is absolutely possible and is one of our most widely-used workflow features. I would first recommend reading the following Knowledge Base article which describes ticketing workflows in great detail: https://solutions.teamdynamix.com/TDClient/KB/ArticleDet?ID=4615 . If you have any follow-up questions, or feel as though your initial question was not sufficiently answered, just let us know and we will be happy to provide any additional details we can.
Sincerely,
Phil Curl
TeamDynamix
Hi Jackson,
A workflow would only be able to change the status of it's ticket mid-workflow if your workflow step made a web-service call to change the status. You would have to write that call yourself though.
Otherwise, normal workflow steps cannot make changes to the ticket status during the workflow. It can only change the status once the workflow is approved or rejected.
Let me know if you have any further questions on this.
Sincerely,
Mark Sayers
TeamDynamix
Hi Bodek,
Thanks for the response! That's not quite what I'm looking for, though. Do you know if it's possible to have a workflow step automatically change the ticket status *during* the workflow, before it reaches the final approved/denied step?
@Jackson:
Here are the steps
- Go to Admin Client
- Go to Ticketing application > [your ticketing application] > Ticket Workflow
- Launch View Builder for your workflow
- Click on File > Check Out
- Click on Wokflow > Details
- In "Approval Status" field pick your desired status.
Ticket status will change to that desired status once the workflow approval is completed.
I was just looking for a similar feature, but I was not able to find out how to actually have a Ticketing workflow step modify the status of the ticket. I took a look at the KB article linked by Phil, but didn't find any information about modify the ticket status using a workflow. Could you point me in the right direction?