Is there a way to search for issues that had specific lables added to them after a specific date?

Eva Ellison November 20, 2016
 

1 answer

0 votes
Maarten Cautreels
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.
November 20, 2016

Hi Eva,

Unfortunately the labels field does not support history searches sad So I'm afraid there is no out of the box way of getting the desired result.

You could already start by filtering those issues that have the particular label assigned and which have not been updated since:

labels = "Particular-Label" AND updated >= "-24h"

Gives you all issues with the label Particular-Label which have been updated in the past 24 hours.

Suggest an answer

Log in or Sign up to answer