How to find last created issue Issue KEY through REST API

srinivasan radhakrishnan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 6, 2013

HI,

I need to find the last created issue KEY in Jira using REST API. Pleae follow the example,

Already created issues,

Project Issue Key

TP - TP-1

KB - KB-1

TP - TP-2

TP - TP-3

Now i am creating issue with project "KB" then How to find the issue Key for this new issue?

Thanks.

1 answer

1 vote
C_ Faysal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 6, 2013
C_ Faysal
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 6, 2013

use sth like:

project = "KB" AND createdDate >= -1h and resolution is EMPTY

Suggest an answer

Log in or Sign up to answer