I have a weekly task that needs to be created. I was able to make the rule and have it assign the user and the due date just fine each week on Monday morning. What I would like to do is have the issue title (summary) currently called "Weekly Logs" to be "Weekly Logs - day/month". I have tried to use {{issue.created.jqlDateTime}} and {{issue.created.as("dd MMM")}} with no luck.
Try this one please on the Edit Issue Action:
{{issue.summary}} - {{issue.created.format("dd/MM")}}
Results:
Yes, and...to what Alex suggests, please look here for other formats if you need something else:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Alex Koxaras -Relational- & @Bill Sheboy ,
Thank you for you the responses. I am hoping that this can be done on the creation of the issue.
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.
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.