We are not able to export the images via csv in Jira cloud using files// extension to import local images it showing the below error
Attachment file not found or not readable, skipping: /data/jirastudio/jira/home/import/attachments/off.png
pls help :)
You need to do this in a plugin. You will have to define the rules on who the assignee will be for each priority and do the assignment in a workflow post function or a listener class.
Btw, shouldn't enhancements be an issuetype rather than a priority?
Good point about enhancements being an issuetype. Is there a way to do this assignment based on issuetype other than a plugin? I'm using OnDemand and I can't add plugins.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can have different workflows for different issuetypes and then you can se the assignee on the workflow post functions.
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.