Forums

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

Creating a change request ticket in a service board from a development board

Mihir Ruparelia
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 7, 2023

Hello, 

I wonder if this is possible and how. 

We have a software project: Product Board and in here, there is a section for Development>Releases

I wanted to check if its possible to create a rule in our service project, that looks for anything "Unreleased" and automatically creates a CR ticket. 

How would we go about doing this please?

1 answer

0 votes
Kris Dewachter
Community Champion
November 7, 2023

Hi @Mihir Ruparelia ,

Yes, I think this is possible with an automation rule.

If you have a JQL that retrieves the unreleased tickets, you can use this to retrieve the tickets in the automation rule.

And then in the automation rule use the action "Create issue with a request type" to create the ticket in the service project.

Best regards,

Kris

Mihir Ruparelia
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 10, 2023

@Kris Dewachter is it possible to pull across start and release dates from the version in the CR. 

I can't find the smart values for dates

This works for the version name: 

{{version.name}}

I've tried {{version.startdate}} but that doesn't seem to work. 

Any ideas if these dates can be automated across?

Kris Dewachter
Community Champion
November 10, 2023

Hi @Mihir Ruparelia ,

These smartvalues should work:

  • Fixversion : {{issue.fixversions.name}}
  • Startdate : {{issue.fixversions.startDate}}
  • Release Date : {{issue.fixversions.releaseDate}}

Beware that an issue can belong to multiple versions. If that is the case you might need to loop over them.

Hope this works.

Best regards,

Kris

Mihir Ruparelia
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
November 15, 2023

Thanks @Kris Dewachter 

Will test this out. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events