Hello folks, I have a quick question.
I need to access newly created issues in a Jira board using the REST API.
So essentially anytime an issue is created, when I make the API call, it will only give me issues that were created recently.
For example in Salesforce, you can have a trigger that detects when a new case is created and perform whatever processing necessary after detecting and retrieving that new case.
I would like to have something with similar functionality as described above. From doing a little research, if I'm not mistaken, I would be able to retrieve newly created issues within a certain time frame using the "rest/api/latest/search" endpoint.
If that is possible, how do I search for issues that were newly created in, say, the past 24 hours?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.