Skip to content

sven-s/JiraImporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jira Importer

This plugin imports your data from jira into Tyme.

The plugin uses the Jira API to fetch the data.

Install

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.

Convention

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.

About

Tyme 3 plugin to import data from Jira

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published