This folder contains some examples focused on Jira's REST API. As Xray uses different issue types (e.g., Test, Test Execution, Test Plan) as abstractions of different test entities, it can be useful to perform some operations on these.
Examples of operations you may want to perform:
- obtain issue keys based on issue ids (mostly relevant for Xray cloud and its primitives that use issue ids instead of issue keys)
- add attachment(s) to an existing issue (e.g., Test Execution, Test Plan, Test, etc) in Jira
- ...