Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,554,307
Community Members
 
Community Events
184
Community Groups

Scheduled FixVersion & Epic Creation Linking

Edited

We have a Scheduled cron expression (0 15 3 ? * MON-FRI) setup to create a FixVersion and Epic (0 20 3 ? * MON-FRI) every morning. What I'm having trouble with is linking the newly created version with the newly created Epic.

I've tried both 'next unreleased version' and 'last unreleased version' options on the Epic FixVersion field to see if I can get the field to set on the Epic, but nothing happens.

One thing I have noticed is that on the create of the fixversion, the release date isn't being set which may be the culprit. I've tried to set it multiple ways but it never gets populated:

- Leaving as blank (as it states should populate todays date but does not)

- Using the format recommended (format: yyyy-MM-dd) does nothing

- Formatting like the field displays in Jira {{now.format("dd/mm/yy")}} also does nothing

Any help is greatly appreciated!

setReleaseDate.JPG

releaseDate.JPG

2 answers

Solved this with using JSON below in case anyone else is trying to do this:

 

{
"update": {
"fixVersions" : [
{
"add": {
"name" : "{{now.format("MM/dd/yyyy")}}"
}
}
]
}

Was able to solve the issue to populate the Release date now by using this syntax:

{{now.format("yyyy-MM-dd")}}

Still no luck in getting the Epic FixVersion to populate using 'last released version' or next unreleased version'.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events