Is there a way to determine, with jira for automation or some other tool, what week number and day of the week a date and time field is in? For example, if I have:
November 16, 2020
I want to be know that it's the 3rd Monday of the month.
That way I can basically create a recurring schedule and automatically change the date/time field to December 21, 2020.
You can utilize Power Scripts for Jira Cloud and its dayOfWeek function. You may need to convert the date into the format acceptable by the function, should be able to do with formatDate.
Is there a weekOfMonth option?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.