Skip to main content

Dataset of JetBrains issues

Project description

jetbrains-issues-dataset

It's a library to retrieve dataset of JetBrains issues

Sample dataset retrieval

To download activities and restore issues to defined state use the method jetbrains_issues_dataset/idea/idea_data_set.py#idea_2019_03_20_to_idea_2020_03_20(snapshot_strategy).

Example:

from jetbrains_issues_dataset.idea.first_assignee_snapshot_strategy import FirstAssigneeSnapshotStrategy
from jetbrains_issues_dataset.idea.idea_data_set import idea_2019_03_20_to_idea_2020_03_20
issues = idea_2019_03_20_to_idea_2020_03_20(FirstAssigneeSnapshotStrategy())

Or just check the file examples/first_assignee.py

Create your custom dataset

Just tune the file jetbrains_issues_dataset/idea/download_activities.py. It could be useful to read Youtrack API Reference Also do not run downloader on production server.

Issue snapshot strategies

At the moment there are 2 snapshot strategy defined:

  • SnapshotStrategy - restores actual issue states
  • FirstAssigneeSnapshotStrategy - restores state of the issue to the moment when it first time assigned

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

jetbrains-issues-dataset-1.0.4.tar.gz (5.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page