Hi Team,
i have created a project and i am creating issues using rest api .
Now, i want to get the tickets details having any update
Example: Id: 10071
Current State : In-Progress
Comments : we are working on the issue.
Some time after one hour for the same issue. someone has updated any comment or changed the Current state.
I want those tickets having any update
Thanks & Regards,
Vishnu
Hello @Vishnu babu
Welcome to the Atlassian community.
With the Advanced Issue Search screen you can search for issues that have been updated since a specified date/time.
You can add the Updated Date field to your query.
And then set the criteria:
If you want to automate that you can save the filter and set up a subscription to run the filter and send the results to you as often as you wish.
Refer to this page for links on more information about emailing filter results on a schedule.
https://support.atlassian.com/jira-software-cloud/docs/save-your-search-as-a-filter/
Hello @Trudy Claspill ,
Thanks for the update .
Is there any other alternate option. Because the criteria could not be same for every time.
I am trying to Get updates through api.
Could you Please provide any documentation related to Getting ticket updates through api.
Thanks,
Vishnu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Vishnu babu
Please explain what you mean by "the criteria could not be the same for every time."
You can use this API endpoint to search for issues using JQL. If you can formulate your criteria in a JQL statement, you can use that with this endpoint.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It seems like you might have asked this same question in another post.
You don't need to create multiple posts for the same question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Trudy Claspill
Could you please provide the api methods to get the tickets which are having an update within the last one hour.
Thanks,
Vishnu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have already provided that information.
Use the Advanced Search Screen to construct the JQL for getting issues updated in the past hour.
Take that JQL and use it with the API endpoint I provided.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.