Hi,
I created my own version of a SD workflow, including a "Waiting for customer" state and reused the "Waiting for Support" status. But when the customer enters comment as requested, the state is not changed back to the state it was coming from" Waiting for Support". How can I solve that issue?
I was missing the "Transition on Comment" rule in my Service Desk project: https://confluence.atlassian.com/display/SDKB/JIRA+Service+Desk+Issue+Status+Not+Transitioning+After+Customer+Updates+via+Email
THANKS ALLOT Jonathan. This made my day. I been going crazy about this and wasted so many days trying to figure out exactly how the comment is connected to transition of the status. Now i can modify the workflow without breaking it :) Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have a look at the Automation addon developed by Atlasssian for their own internal use, With this addon you can automate transitions when a certain event happens, In your case you would transition to the "waiting for support" when a comment event occurs in the "waiting for customer" state.
Hope this helps
Joel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Joel, Thanks for your fast reply! But, what did I "break" in customizing the workflow using SD? I assume that this feature is part of the SD plug-in. When I add a new state, the "waiting for customer" isn't shown as an existing state. Next to that, I use the Hosted version of Jira / SD. Regards, Evert
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Evert, Have a look here https://answers.atlassian.com/questions/306326/values-sd-step-key This is probably what your looking for Joel
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Joel and txs for the answer I do now how to set properties to a WK Step, but how to set the Property of a Workflow as stated in the link you sent me: The workflow used by the project must have the property: sd.workflow.key = sdItSupport Thanks again, Evert
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Evert,
I had the same problem as you. But I have found out that to be able to re-use the "waiting for customer" or "waiting for support" you have to re-use the standard workflow of JIRA Servicedesk. If you do that and re-use all the standard properties on the transitions:
sd.action.key | sdWFSupportToWFCustomer |
jira.i18n.title | sd.workflow.itsupport.v2.transition.respond.to.customer.title |
jira.i18n.submit | sd.workflow.itsupport.v2.transition.respond.to.customer.submit |
then JIRA will automatically generate these post functions:
The "waiting for customer" status should be:
Property Key | Property Value |
---|---|
sd.step.key | sdWFCustomer |
sd.action.key | sdWFCustomerToWFSupport |
jira.i18n.title | sd.workflow.itsupport.v2.transition.respond.to.support.title |
jira.i18n.submit | sd.workflow.itsupport.v2.transition.respond.to.support.submit |
then JIRA will automatically generate these post functions:
The "waiting for support" status should be:
Property Key | Property Value |
---|---|
sd.step.key | sdWFSupport |
Hope this helps.
Daphne
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Daphne, Thanks for the reply and help! Do I understand you correctly that I can not add these properties to my own designed workflow while having the SD Plug-in enabled? I do want to have much more steps added (software delivery, test step internally and externally) to the standard one (the only one I have - running the hosted version) I added the properties, no luck In the properties I see reference to a particular WF name, so I also tried replacing that part with name of my modified workflow but no luck Any ideas? Regards, Evert
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Evert, I did try to do the same but had the same problem. So eventually I just used the standard SD workflow and added all the extra workflow steps to it and that worked. We are also running the hosted version. So now I have a very complicated workflow for the SD projects. Still I have to manually commit the workflow to the project. (Haven't found out yet how to make a workflow "default" for SD). Regards, Daphne
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Daphne, Thanks for all your fast replies We will install Jira at our own server, so I can re-start or add the mentioned plug-in
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.