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


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

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

## Return Type

**Number**

Returns the number of working days per week.

## Example

```
return getWorkingDaysPerWeek();
```

## See also

> Macro (contentbylabel)