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.
use jql filter in a REST Api call...
see this for an example
use sth like:
project = "KB" AND createdDate >= -1h and resolution is EMPTY
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.