This documentation is a work in progress. All the information that is good to know will be here.
File Handling Limitation
Easy for Jira does not allow any sort of file handling yet, maybe some libraries have the ways to save files but that won’t let you up your file. File Handling capabilities will probably be available by Q4 2024. This also applies to libraries like fsutil or os.Issue Function issue.set(field, value)
The function .set() on issues was created for performance. That function will only allow you to set a single field, but that happens quite fast. This tool is good for bulk changes, just take care when you are updating more than 3k issues. That can cause instability on your cloud site.Need help with a script?
If so, don’t be shy, everyone needs some guidance every now and then, if you can’t find what you need in our documentation, please raise a request on https://easyforjira.atlassian.net/servicedesk/customer/portal/2/group/6/create/18 and we will help you develop your solution, it might even go to our Tutorials section.