Timer and Stopwatch custom events

Custom events became available for timers and stopwatches. Now with their help you can set up triggers for the timer (start, pause, restart, stop) that will work to a specific change in the field.

custom-events-menu screenshot

For example, starting a timer when the priority is set to “High”.

custom-event-to-high-priority screenshot

Each event contains separate parameters responsible for triggering this event.

  • The field whose value change is to be tracked. It can be any issue field (system field or custom field).
  • What action should be tracked with this field.
    • Field value changed from ‘value’
    • Field value changed to ‘value’
    • The field value has changed from ‘value1’ to ‘value2’.
  • Field values to trigger the event.

Values are set in string representation and have 2 parameters.

values screenshot

The first parameter (from/to) contains technical information about the value of the field. For example, the id of an option from the select list.

The second parameter (fromString/toString) usually contains readable information about the value of the field. For example, the name of an option from the select list.

The parameter values used are best taken from Jira Cloud Rest API - Get changelogs or Jira Rest API - get issue - changelog

Example from Postman:

rest-changelogs-example screenshot

The values obtained with it can be directly inserted into custom events.

values-2 screenshot

You can also try to get the required value through the issue history view interface.

history screenshot

  • If both parameters are left blank, it will be treated as an empty value.
  • If at least one of the parameters is filled in, then only it will compare.
  • If both parameters are filled, then both parameters will be compared. Equality on one of them will be enough to trigger the event.
    • Trigger event if (‘to’ equals ‘value from history’) or (‘toString’ equals ‘value from history’).

We will soon add this feature to the server/DC version and our other applications.


⭐️ User helper for JiBrok cloud apps - Public release ⭐️

Today we have published our new free app ← Previous

New Pricing for the JiBrok Products

During May, we will increase prices for all products and platforms. We are constantl...

Related Posts

JiBrok message field Message field
JiBrok time in status Time in status | SLA | Timer | Stopwatch
JiBrok Switch to User + Delegating SU (Jira) Switch to User + Delegating SU (Jira)
JiBrok time in status Time in status for Jira Cloud
JiBrok Calculated fields Calculated fields (JBCF)
JiBrok Calculated fields Calculated fields (JBCF) for Jira Cloud
JiBrok Timer Timer field | SLA for Jira Cloud
JiBrok Stopwatch Stopwatch for Jira Cloud
JiBrok Time between dates Time between dates for Jira Cloud
JiBrok Fields panel for Jira Service Management (JSM) Fields panel for Jira Service Management (JSM)
JiBrok Display Linked Issues Display Linked Issues
User helper for JiBrok cloud apps User helper for JiBrok cloud apps
rss
rss
rss