Hi all,
I'm trying to solve an issue for one of our development teams. We have Jira-Bitbuket integrated and we're seeing successful creation of branches from Jira. We can also see that when new code is submitted, Bitbucket updates Jira and returns a 200 success message. However, the Jira ticket doesn't show the new Bitbucket status for about an hour.
Is it possible to have Jira show Bitbucket status on a more frequent cycle?
Thanks in advance, and please don't hesitate to ask for more clarification if needed.
-Toby
This is because the DVCS connector pulls for a new commit once an hour using below scheduler.
com.atlassian.jira.plugins.dvcs.scheduler.DvcsScheduler:job
Regarding the possible way to make a frequence sync. This is dicuss here in https://jira.atlassian.com/browse/JSWSERVER-14469
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.