Hi to all,
I'm trying to change status for the step of the workflow. It works fine, but it affects status of another workflows for the the step, that just has another name.
With other words:
I don't understand why, are they somehow bound together with id's?
How can I handle it ?
Thanks in advance!!!
Hi Bharadwaj,
thanks for your reply!!! I appriciate it, but I'v solved it with another way. You were right, I couldn't update status without affecting another one from different workflow cause workflows were copied.
My steps:
all my transition and other connection were maintained without changes. And after I just changed status of the step.
Are you getting abnormal behavior in two issues which have different workflows?
If that is the case,you check for any listener or postfunction on first workflow, which might change the status of second issue based on the status of first issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'v checked that status and steps of different workflows has same id, that's why if I'm getting problems. If I'm exporting xml file, both steps has id (6). So I need to finde the way I can change Id of the step, to be able to change linked status without creating any damage to issues that are linked to that workflow
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
do you copied requirements workflow from general workflow?
if so,
1# you create a copy of requirements workflow.
2# create a new step named Invalid and give the in and out transitions including validators,postfunctions,conditions,properties as that of Closed in general workflow.
3# similarly do for other workflows which has same id as 'Closed' which you not require.
the workflows that does not require any change,keep as it is.
5# Now associate the workflow scheme to your project and it will ask while changing the scheme that change Closed to a dropdown which contain Invalid.
select that and confirm.
careful while creating transitions that has exactly as that of Closed.
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.