Hi,
First, thanks everyone who contributes to this project,
I was wondering if there are other ways to lookup/create tickets without creating ALERT{Hash} every time?, at the moment the only way of looking up for existing Jira tickets is through label, project
/notify/jira/jira.go#L222
, which leads to creating a unique label on every unique alert. Overtime, it floods Jira by labels, which may not be a way to go in some environments.
Any comments on this particular case?
Hi,
First, thanks everyone who contributes to this project,
I was wondering if there are other ways to lookup/create tickets without creating ALERT{Hash} every time?, at the moment the only way of looking up for existing Jira tickets is through
label, project/notify/jira/jira.go#L222
, which leads to creating a unique label on every unique alert. Overtime, it floods Jira by labels, which may not be a way to go in some environments.
Any comments on this particular case?