Read an issue by ID
Gets a single issue by its key (e.g. CS-123) or numeric ID (e.g. 10001). Supply the key or ID in the Key parameter; the connector returns that issue’s fields.
SELECT * FROM Issues WITH(SearchBy='Key', Key='10001')
Gets a single issue by its key (e.g. CS-123) or numeric ID (e.g. 10001). Supply the key or ID in the Key parameter; the connector returns that issue’s fields.
SELECT * FROM Issues WITH(SearchBy='Key', Key='10001')