-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hello!
I have been using the jiraone python module to extract the historic information of issues.
Example code from docs:
from jiraone import LOGIN, PROJECT
user = "email"
password = "token"
link = https://yourinstance.atlassian.net/
LOGIN(user=user, password=password, url=link)
if name == 'main':
jql = "project in (PYT) ORDER BY Rank DESC"
PROJECT.change_log(jql=jql)
Its great except everytime I run it, it extracts from the beginning which takes a long time. I was wondering if it was possible to extract just the delta/updates not the whole of the information.
Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request