let me give a clear example.
we have a attachment with details of RCA and it have around 15 fields values in it and all are multiline fields only.
if suppose we have same field's in Jira can we map them with the attachment field's.
we can import csv to new issue creation that's what i know but can we map only attachments to issue fields?
You will need to write some code to read the attachment, work out what fields need filling, and then post them into the issue (and then maybe remove the attachment if you're done with it at this point)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.