---
title: "getWorkingDaysPerWeek"
canonical: "https://support.appfire.com/space/PSJC/434766255/getWorkingDaysPerWeek"
format: markdown
---
> Macro (aura-html)


## Description

> Macro (excerpt)
> 
> Gets the number of working days per week as configured in Jira.

Gets the number of working days per week as configured in Jira.

|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | getWorkingDaysPerWeek() | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Return Type

**Number**

Returns the number of working days per week.

## Example

```javascript
return getWorkingDaysPerWeek();
```

## See also

> Macro (contentbylabel)