-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
labels without keys #38
Comments
I found one way round this by hardcoding labels in the receiver configuration, however this seems to overwrite the jiralert label ALERT(key=value) which appears to be used to prevent duplicate tickets opening.
|
Further to my last post, I managed to overcome the duplicate tickets issue using the following configuration. This works though might seem a bit of a hack. config/jiralert.yml
config/jiralert.tmpl I now have two labels on the jira ticket: |
Wow, impressive problem solving skills. (o: Yeah, the labels should be cumulative, but I guess any label you set via Will need some code tweaks for special handling of custom labels added via |
Hi,
I've been trying out jiralert, and really like it but one thing I noticed is that the labels come out in KEY=VALUE format. Is it possible to specify a label value without the key?
The reason I ask is because the jira board I'm assigning tickets to, filters on a single label called "CFT".
Thanks for any help,
Ed
The text was updated successfully, but these errors were encountered: