Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira automation suddenly stops working

Vanessa
Contributor
March 8, 2022

Hello,

I recently implemented the automation rule, that a message will be send to slack as soon as a version has been released. 

image.png

 

Usually:

A message will be sent in our Slack Channel after a Version has been released.

The automation rule looks up the issue and the project.

Problem now:

The message usually included the version name and the issue link.

The Issue link is now missing in the message

You can see the error and audit log in the Screenshot: 

image.png


Also example of how the message usually looks and how it looks without the issue tagged:

image.png

 

Please let me know if you have any idea why it is not working anymore.
I have changed nothing.

Thanks in advance!

Regards,

Vanessa

1 answer

1 accepted

0 votes
Answer accepted
Sebastian Krzewiński
Community Champion
March 8, 2022

Hi @Vanessa 

 

Version name used in fixedversion field have space inside. Please put version name in ""

 

Regards,

Seba

Vanessa
Contributor
March 8, 2022

Hi @Sebastian Krzewiński 

Where do you mean exactly?

In the Issue itself? I looked and there is no space in the version.

Otherwise please help me understand where you want me to change something :) 

 

thanks in advance!

Regards,

Vanessa

Sebastian Krzewiński
Community Champion
March 10, 2022

Hi @Vanessa 

Your version name is core2azure_data_upload_svc_v1.1.20 but automation recognize only core2azure_data_upload_svc_ and expect AND/OR operator before v1.1.20.

My advise is to put version name in "" to avoid this. JQL should be fixVersion="core2azure_data_upload_svc_v1.1.20"

Vanessa
Contributor
March 10, 2022

Hi @Sebastian Krzewiński 

It says it is invalid.

image.png

Sebastian Krzewiński
Community Champion
March 10, 2022

version.name is a smart value so it should be
fixVersion = "{{version.name}}"

Vanessa
Contributor
March 10, 2022

It works now!

Thank you so much for your help and your patience with me.

All the best,

Vanessa

Suggest an answer

Log in or Sign up to answer