Jira.js - Jira Cloud API library
    Preparing search index...

    Interface SetSharedTimeTrackingConfiguration

    Details of the time tracking configuration.

    interface SetSharedTimeTrackingConfiguration {
        defaultUnit: string;
        timeFormat: string;
        workingDaysPerWeek: number;
        workingHoursPerDay: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    defaultUnit: string

    The default unit of time applied to logged time.

    timeFormat: string

    The format that will appear on an issue's Time Spent field.

    workingDaysPerWeek: number

    The number of days in a working week.

    workingHoursPerDay: number

    The number of hours in a working day.