How to add PDF documents in JIRA

Hello Everyone,

I have around 700 sub-task JIRA’s now I have close each JIRA with attaching pdf documents.
Example:-
I have created Excel (excel application scope) first I read JIRANumber then I will add a description, after that, I need to go to JIRA Attachment, I need to click browser from here I don’t know how to take each document mapping with JIRANumber. please help me on this.
|JIRANumber|PDF Document|Description|
|4568 |1.PDF |xyz |
|4858 |2.PDF |abc |
|9868 |3.PDF |opq |

Thank you
Raghu K M

@Raghu_km

I hope you are using for each row in datatable to loop through the data …

You can use assign with fileloc = directory.Getfiles(“FolderpathOfPDF”,currentRow(“PDF Document”).ToString)(0)`

This will give the corresponding file for each row for each iteration

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.