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,
The problem was solved by placing the second function before the first.
Hi Slava,
The code is correct, it works for me:
You may need to check the following:
1. Customfield id is 10501
2. function addSTDTable is defined when you click the button
3. Browser console log
4. This shouldn't affect but try to remove third arg here: jeditorSetData("customfield_10501", jeditorGetData("customfield_10501") + '<p dir="rtl"> </p>', {format : 'raw'});
It should be like this: jeditorSetData("customfield_10501", jeditorGetData("customfield_10501") + '<p dir="rtl"> </p>');
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.