Forums

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

JEC Jira edge connector Git (gitlab) integration with gitoption to use token instead of ssh

Antoine _Klee Group_
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 12, 2025

Hi, seems from this doc that we can run scripts stored on a git repo (gitlab for example), the doc describes how to use an ssh / rsa key to authenticate as the user but not how to use https (and therefore a token for authentification). How to do that?

Best.

1 answer

0 votes
Oleksii Melnyk _MOY Apps_
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 15, 2025

Hi @Antoine _Klee Group_ 

You can find related info here -> Configure Jira Edge Connector


Set the JEC_CONF_GIT_URLJEC_CONF_GIT_FILEPATHJEC_CONF_GIT_PRIVATE_KEY_FILEPATH, and JEC_CONF_GIT_PASSPHRASE variables. If you are using a public repository, you should use an https format of a git URL and you don’t need to set a private key and passphrase. You can optionally set JEC_API_KEY; if this property is set in the environment, its value is used as apiKey or else apiKey from the configuration file is used.

JEC_CONF_GIT_URL

HTTPS or SSH url of the git repository

JEC_CONF_GIT_URL=git@bitbucket.com:username/test-private-conf-cem.git
or
JEC_CONF_GIT_URL=https://bitbucket.org/username/test-conf-cem.git

 

Best regards,
Oleksii

Antoine _Klee Group_
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 16, 2025

Hi Oleskii, infact I mean connecting to the git repo but not through ssh as it is described in this doc.

I'm basically looking for a JEC_CONF_GIT_APIKEY or JEC_CONF_GIT_TOKEN variable but something like that does not appear in the doc.

Oleksii Melnyk _MOY Apps_
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 16, 2025

Got it,

you're after HTTPS token auth (like a PAT) for private GitLab repos in Jira Edge Connector.

Official docs don't support it. HTTPS is public-only, private needs SSH keys. But you can create a ticket for Atlassian support.

Like Antoine _Klee Group_ likes this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events