Skip to end of banner
Go to start of banner

How to create an automation to update the Effort Label in Foxly? 

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


Notice that for having the ability to create an automation, it is necessary to store a metric in a custom field. If you need help by doing this process read this article. Storing metrics in a custom field.

If you like a label style of metrics in Foxly and you want to keep using them, you can map which story point values correspond to which label.

For example, let’s say that your team is using:

LABEL

MAPPED STORY POINT VALUE

XS

<2

S

>=2 & < 5

M

>=5 & < 13

L

>=13 & < 21

XL

>=21

Before you start creating this automation, we recommend watching the following Youtube video: Jira backlog automation with Foxly [Ep. 2]: Mapping Story points field to Effort video first. 

The automation for this will then look like this:

  1. A trigger is Field value changed, and the field that triggers the change is Story points;

  2. Then use the Branch rule so we can update a Foxly effort field with the right value, only when it matches the right condition;

3. To assign the S label to the Effort metric in Foxly, use the JQL condition; "Story points" >= "2" AND "Story points" < "5"
4. Then set an action to update the Effort field in Foxly

{

"fields": 

    {

    "Effort - RICE Label": S

    }

}
  1. Create a branch rule for each of your labels and change JQL conditions accordingly.

This automation will be displayed like the screenshot below:


For more information access this article: Jexo - Foxly - Automation - Option 2: Mapping story point values to label metric.

  • No labels