Skip to main content
Skip table of contents

Configuration File

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:

CODE
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.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.