Skip to content

JIRA configuration

abcdesktop.io support JIRA

JIRA option

In od.config add the jira option. jira option is a dictionary with the entries :

entry sample value   
url https://domainexample.atlassian.net/
project_id ABCD
username account@domain.local
apikey XXXXXXXXXXXXXXXXXXXX

And fill the dictionary

jira : { 
            'url':          'https://domainexample.atlassian.net/',
            'project_id':   'ABCD',
            'username':     'account@domain.local',
            'apikey' :      'XXXXXXXXXXXXXXXXXXXX' }

Then apply the new configuration file od.config by retrasting the daemon.

When jira option is set, a new icon issue appears at the top.

issue front web icon

Click on the issue icon, a new window is appear.

new issue jira

Fill Summary and Your Report values

new issue jira

Then press the Send button. A notification message appears on the left top corner.

fill issue jira

Log into your jira server, and check your backlog

fill issue jira

Great you added a new issue tracking.