How can I create a custom field calculated based on other custom fields by my formula?
I would like to implement RICE, ICE, or another custom prioritization model. I need to add a custom field to an issue that should be calculated by my formula. How can I do that?
Please sign in to leave a comment.
Hi Aleksandr.
Custom fields can be added in the project settings.
What you describe should be possible to achieve using a custom workflow. Workflows are highly flexible automation tools in YouTrack. E.g., you can configure a workflow to populate the field depending on values in other fields or use any other logic that applies to your business. Some use case examples can be found here. For deeper insight, please refer to the workflow API on our Developer Portal.