Read an issue by Key
Gets a single issue by its project key and number (e.g. CS-1). Same as reading by ID; use whichever identifier you have.
SELECT * FROM Issues WITH(SearchBy='Key', Key='CS-1')
Gets a single issue by its project key and number (e.g. CS-1). Same as reading by ID; use whichever identifier you have.
SELECT * FROM Issues WITH(SearchBy='Key', Key='CS-1')