Hello community,
I'm using the former codebarrol app "Automation for Jira". Now I have following requirement for our monthly settlement process:
I creating scheduled tickets, which works fine. The issues are created on the last day of the month. Regarding the created date the summary should look like this:
Monthly settlemeant - mm-yyyy (from created date)
I tried to implement that with smart values, but it doesn't work. Is there any other solution for that?
I used this expression: {{issue.created.format("MM/yyyy")}}
Thanks in advance for your help.
Best regard,
Nicat
Hi @Nicat Nagiyev ,
I think you can not get the "issue.created" value inside create issue action. Because at the time of "issue.created" function call, issue has not created yet. Instead of "issue.created", try using "now".
{{now.format("MM/yyyy")}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nicat,
I was playing with this and I think I found a solution but TBH it is odd that you have to do this to me. So I created two actions in the rule:
LMK if this works.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Nicat,
Can you share some screenshots of what you have and what is not working?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.