in reply to Re: JIRA::Client returns blessed hash
in thread JIRA::Client returns blessed hash
Yes I tried that. But when I ran it I am getting the following error: "Can't locate object method "get_custom_fields" via package "RemoteIssue" at test.pl line 22." I am guessing that this is because the blessed hash returned contains both custom fields ("RemoteCustomFieldValue") and non-custom fields ("RemoteIssue"), e.g. status. Applying the "get_custom_fields" method on a hash that is not a custom field seems to be the root cause of this error. Not sure if there is a way to apply that method to just the "RemoteCustomFieldValue" hashes.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: JIRA::Client returns blessed hash
by keszler (Priest) on Dec 10, 2011 at 18:33 UTC | |
by perlPractioner (Novice) on Dec 10, 2011 at 19:23 UTC | |
by keszler (Priest) on Dec 10, 2011 at 19:46 UTC | |
by perlPractioner (Novice) on Dec 10, 2011 at 22:49 UTC |