You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello everyone,
Question: we'd like to create a request where employee can upload their expenses by raising a JIRA request and attaching the file to the request.
Is there a way that the file being uploaded can be automatically renamed to the naming convention of our choice? (e.g. Employee number_Name_Expense claim_date).
We can do this using google forms, but it would be great if you can tell me how to set this up on JIRA?
Hi @Kristina Kesen , welcome to the Atlassian Community!
EDIT: I may have misread your original question however the below approach might still be useful, maybe it isn't.
I've found this ticket currently open with the Atlassian Team: https://jira.atlassian.com/browse/JRACLOUD-25060
It appears that at the moment this isn't a possibility to do within Jira natively from what I've found. A 3rd party add-on solution might yield more success.
You can achieve this with Automation (can also use ScriptRunner add-on but lets keep it simple for now).
I've tested this just briefly (you can tweak it as you see fit).
Step 1: Select your trigger (I used When: Issue Created)
Step 2: Select condition ( I used to check if attachment exists AND summary contains "Expense Report"
Step 3: Select action (Then: Edit Issue Fields. Select Summary and use smart values).
For the smart values I used the following:
{{assignee.accountId}}_{{creator.displayName}}_{{now.jiraDate}}
See below:
Hope this helps.
Kind Regards,
Ash
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.