I am having two different projects say, Project1 and Project2
I am having different workflow states in both prjoects. I want to do the following:
When the workflow for project1 is changed from let say wait release , I want to make change to issue in Project2 and change its workflow state to wait release from created.
I am finding no leed to this. Could anyone please mention me some startup to get started for it. Thanks a lot in advance
Hi
When the workflow for project1 is changed from let say wait release, you mean when an issue in the project1 change from one status to another so in the second project the linked issue change too ?
You can use automation to do this. But keep in mind that you need a relation between the two issue (e.g link issue)
Hope this helps
yeah. You get it right. I want to use a script to do the work. I am not having an automation tool right now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira cloud is ship with automation now.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For now, I am having no link between the projects(as mentioned to me)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can we use the code to do that stuff? If possible, please mention some resources. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You do not need code to link issue. This feature is ship with all jira instance.
https://support.atlassian.com/jira-software-cloud/docs/link-an-issue/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Maybe I am unable to explain my problem. Basically, I will be having different issues created in Project 2 which is for Users of the application and Project1 is for developers. Every newly created issue can not be linked with the previous issue in Project 1.
That's why I am trying to code it
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.