I have correctly link my github account with JIRA in DVCS
The repos are correctly shown in the DVCS page.
But there is no automatic sync available for these repos, although I have made corrected setting in it.
When I link the repo with my JIRA project page. It keeps saying "
Your repo is now linked, but your team can get visibility of development progress in their issues when GitHub and JIRA are integrated."
When try to sync with github repo "Failed to link XXX repo with JIRA" was kept showing.
What should I do to correct this problem?
Hi Pedro, I don't have the exact same situation, but similar lines
Whenever an issue is created it has a "Draft" status. the next status it transitions into is "Waiting for approval" and then "approved"
I want the issue to automatically transition from "Draft" to "Approved" if a certain field has a specified value. In this case, the field is Type and value is "Standard".
So if the issue is of the type "Standard" then it should go from "Draft" to "Approved" else it should follow its natural route.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Pedro,
Thank you very much for the help. I came right with Script Runner but picked up a weird permission issue, so I will now try out what you've suggested.
Thanks again,
Pieter
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Craig,
You can use the JIRA Automation Plugin (https://marketplace.atlassian.com/plugins/com.atlassian.plugin.automation.jira-automation-plugin) to achieve that. On the Add-On, you can configure actions based on events, such as Issue Commented, Issue Edited that will do the transition for you.
![]()
-- Pedro
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
with the plugin, do you know if you can have it auto transition based on a date? So if I have a target date of 9/1 on the issue for it to go from open to in progress, can I make it move automatically as of 9/1?
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.