Any way to get a list of recently deleted issues via the REST API?

Answered

I'm sending updates from YouTrack to an ElasticSearch instance, and this is working fine except I can't see how to get a list of deleted issues to remove them from ElasticSearch.

Any clues?

 

0
6 comments
Avatar
Liubov Melnikova
Official comment

Unfortunately, there is no such option in REST. But as a workaround I can recommend to catch this event from the workflow and then make http POST.

Thanks for the reply - I've got http POST working fine in a workflow, but I'm currently only getting new issues & updates.  How do you capture deletions?

Thanks!

0
Avatar
Liubov Melnikova

Unfortunately, there is no other option for this action.

 

0

Sorry perhaps I am misunderstanding - you said:

> But as a workaround I can recommend to catch this event from the workflow and then make http POST.

Can you tell me how to do that?

0

Mark, I'm sorry for the confusion. Unfortunately it's not possible to implement this scenario via workflows/REST.

Please subscribe to the feature request you've already found: https://youtrack.jetbrains.com/issue/JT-29303 to be notified of the progress.

Let us know if we can help you any further. Thank you.

0

Please sign in to leave a comment.