Hi!
I'm trying to automate my workflow and with that, when a new version is created (I have this coming automatically from GitHub workflow) I want all the issues on a specific column to be tagged with the fix version and moved to the next column.
Is there any way of achieving this? Currently I'm only getting an error:
Hello @Yogesh Mude
An easy way I use to troubleshoot such scenarios is that I try to import a single row of the CSV with limited columns (summary, description etc) basically system fields and then slowly add columns for custom fields. This way while importing you should be able to import CSV with system fields but once you start adding columns for custom fields then you can find the exact root cause of the problem.
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.
HI @[deleted]
Thanks for the response.
Actually, I used same CSV file and imported into a test project, its working fine.
but when I was importing in a different project then gives me the error for summary field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The problem is not in the Summary field, it tells you which is the Summary in the CSV's row which couldn't be updated. Check your mandatory field in that other project and also the log
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.