Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in integrating github repo and JIRA

Frank Lai
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 3, 2017

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 "

Linked but not integrated

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?

 

 

2 answers

1 accepted

1 vote
Answer accepted
Slava Liberzon
December 9, 2013

Hi,

The problem was solved by placing the second function before the first.

0 votes
Kirill Bobrovskikh
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
December 4, 2013

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">&nbsp;</p>', {format : 'raw'});

It should be like this: jeditorSetData("customfield_10501", jeditorGetData("customfield_10501") + '<p dir="rtl">&nbsp;</p>');

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events