Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue
Status
Tech review

Status
titletodo

Style guide

Status
titletodo

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged

Page properties
hiddentrue
Short description

Returns a

Status
subtletrue
titlenumber
representing the month of a timestamp t in a certain time_zone, with January=1, ..., December=12.

Output

Status
subtletrue
titlenumber

UI Text Box
sizemedium
typeinfo

This function returns the month part of a timestamp based on a given time zone (represented by a number from 1 to 12)The function returns a

Status
subtletrue
titlenumber
representing the month of a timestamp t in a certain time_zone, with January=1, ..., December=12.


Code Block
languagebash
titleSyntax
linenumberstrue
month(number ttimestamp, timeZone time_zone) #Output: Number


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
month(
t
{issue.created}, LOCAL)



This example returns the month of the issue creation date as a number.

UI Text Box
typeinfo
timestamp t has the value

Given an issue that was created on March 25th,

2011

2020 23:15

The function returns a
Status
subtletrue
titlenumber
: 3 for March. represented also by macro {MARCH}

:30, the returned value is 3.





UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
timestamp

Status
subtletrue
titlenumber

The parameter must be valid timestamp. Usually this value is retrieved from a field (e.g. due date, created date).
timeZone

Status
subtletrue
titletimezone

The time zone used for the calculation. 



ui-expand
title
Learn more about timezones
Excerpt Include
Dates, times and time zonesDates, times and time zones
nopaneltrue
UI Text Box
typetip

Work days might depend on the time zone - it might be Sunday on the west coast of the US while at the same time it's already Monday in Australia. 

Output

This function returns a

Status
subtletrue
titleNumber



Image AddedUse cases and examples

Page properties report
firstcolumnUse case
headingsJWT feature, Workflow function, Field type, Automated action, Parser functions
cqllabel = "parser_func_month" and space = currentSpace()


Page properties
hiddentrue
id1


Parser function cloudmonth()
Map(tick)
Notes




Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short description

Returns the month part of a given timestamp.

Output
UI Expand
titleOutput
The function returns a

Status
subtletrue
title

Number

number

Label