Can't use api to create jql snapshots in Jira

Issue #37 new
Former user created an issue

I have been trying to create jql snapshots of a project in Jira with the api. I have provided these parameters: {"name": "project_key_Snapshot", "scope": "projectWithIssues", "filter": "labels = mylabel", "options": {"includeAttachmentFiles": True}} I get a Read timed out error. The timeout was set to 75. I have even tried increasing the timeout to 4000 but then I get a nginx proxy timeout error. Only 1 had issue had the label set so it's surprising that it times out every time. Another work around would be to let it time out and then run a GET api to get the id of the snapshot that was named "project_key_Snapshot" but unfortunately I don't see a GET api that can help me obtain the id from the snapshot so that I can download it when it finishes.

Comments (0)

  1. Log in to comment