in reply to attachment to JIRA::Client

Hi,

You can also share your code here, so that we can help you better.

The $key is the unique id created in JIRA, when u create a new issue. When you create new issue you could have got hash refrence as return value,which contains details about your new issue including issue id, use that id as $key while attaching the file to that issue.


All is well

Replies are listed 'Best First'.
Re^2: attachment to JIRA::Client
by Anonymous Monk on May 20, 2014 at 09:50 UTC

    Hi
    Thanks, it worked. The code is too long to write here. But it is simple, just creating JIRA::Client object and using the built in function called on that object.

    Is there any mehod by which I can get list of all the previously created issues ? So that I can put that list in a dropdown and select the desired one from the list to update ?