testomatio / docs

Documentation for Testomatio
https://docs.testomat.io/
5 stars 0 forks source link

Describe JIRA permissions #47

Open poliarush opened 1 year ago

poliarush commented 1 year ago

need to add to

https://testomatio.slack.com/archives/C05P44ARHC2/p1695162831667469?thread_ts=1694658047.159659&cid=C05P44ARHC2

GET /search?jql="epic link"=${key}&maxResults=1000 GET /issue/:id GET /issue/${issueId}/properties/${slug}.testomatio.tests GET /search?jql=parent=${key}&maxResults=1000 GET /search?jql=sprint=${sprintId}&maxResults=1000 GET /search?jql=project=${projectId}&maxResults=1000 GET /user/properties/testomatio.token

To sum up: Testomat.io App have access to all issues of a project if it is enabled. We use that to show tests that can be attached to any issue in Jira I don't think Jira have restrictions on their API to which issues we have access to.

14h Michael Bodnarchuk Also to note, Testomat.io Jira app doesn't update or delete any issues on your Jira. It can only write properties, i.e. save tests data into jira storage attached to a specific issue

poliarush commented 1 year ago

https://docs.testomat.io/security/jira/