You can use the configuration file to disable one or more of Time in Status Report Types.

When a report type is disabled, that type will not appear in the user interface and Time in Status REST API will reject report requests of that type.


In order to use the configuration file, create a text file named timeinstatus.properties in the Jira Home folder of your Jira server.

Put the following properties in the file:

timeinstatus.reporttypes.statusduration.enabled = true
timeinstatus.reporttypes.assigneeduration.enabled = true
timeinstatus.reporttypes.statusdurationbyassignee.enabled = true
timeinstatus.reporttypes.assigneedurationbystatus.enabled = true
timeinstatus.reporttypes.groupduration.enabled = true
timeinstatus.reporttypes.statuscount.enabled = true
timeinstatus.reporttypes.transitioncount.enabled = true
timeinstatus.reporttypes.firsttransitionfromstatusdate.enabled = true
timeinstatus.reporttypes.lasttransitionfromstatusdate.enabled = true
timeinstatus.reporttypes.firsttransitiontostatusdate.enabled = true
timeinstatus.reporttypes.lasttransitiontostatusdate.enabled = true
timeinstatus.reporttypes.anyfieldduration.enabled = true

Each property entry in the file corresponds to a report type. Change the value of the property to false for the report types that you want to disable.

You will need to disable/re-enable Time in Status app for changes to be effective.


  • No labels