This plugin imports your data from jira into Tyme.
The plugin uses the Jira API to fetch the data.
Please generate your own API key to access Jira data.
The url for the query must be in the form of https://your-project.atlassian.net/rest/api/2/search
For the query you can use this one as a starting point:
(issuetype = Epic OR issuetype = Story OR issuetype = Task) and project in ('ProjectA', 'ProjectB')
The username is needed for authorization.
All projects are synced into a 'Jira' category. For each Jira project, all epics, stories or tasks are created as a Tyme task so you can track time on each level.
If the Jira issue is marked as 'Done' the Tyme task will be moved to completed.
The issue id is written in the description of the task and used by the exporter. So, if you plan to use the exporter, do not touch the format.