The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

how to map field's in attachment to custom field's in Jira?

sai chinamuthevi
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 20, 2022

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?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
October 20, 2022

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)