Alert Catcher - 2.0.3

Priority field

In version 2.0.3 we added priority field in rules.

Now you can manually set priority in the rule create/edit page from project’s priority scheme.

Also, priority automatically will be imported from 3rd party system:

When you create alert with rule, priority will be set automatically.

Setting priority while creating issue

You can set priority while creating issue by adding parameter priority into your JSON body.

{ "id": "123-889", "rule": "Redis: Service is down", "priority": "Low", "params" : { "Host - plain field": "10.100.0.5", "redis.info.used.memory": "2002941" } }

Issue with priority Low will be created automatically. If priority with this name does not exist in project’s priority scheme, it’s ignored.