How to configure Assembla sevice in GitLab?

I’m trying to integrate Assembla issue tracker with GitLab CE. Assembla project template has only 2 configuration option: Subdomain and Token. Subdomain seems clear. Where can I find the Token value?

Hi,

Try this:

Menu: profile/personal_access_tokens

Docs are not clear for this integration on how token and subdomain should be entered.
i have an api token from assembla generated by an account that has owner level access which consists of the key & secret

what i’ve tried entering for the values in the integration:

Token: “key:secret”
Subdomain: “https://assembla_url/spaces/myproject”

but then when i commit a change in gitlab and include Re #ticketnumber i get no link to the commit shown in the assembla ticket history

any help on this would be appreciated.