Paul Lemon

Results 30 comments of Paul Lemon

Hi @ljay79 - I can try find some time to look at this if you like. I think the issue is related to the same problem here https://community.atlassian.com/t5/Jira-questions/Error-creating-issue-via-REST-API-could-not-find-valid-id/qaq-p/370628 @ljay79 can...

Hi @EkaterinaVlasova - if you would like me to look at this problem can you reproduce the problem while following these steps so I can see the log files from...

agreed - I think some naming conventions in a Contributing.MD to avoid future naming mishaps too.

packageRowForUpdate should be private also.

This is underway with the re-factoring work I am doing. The file has been renamed but I aslo plan in moving a lot of the code into the Issues and...

Hi @vivicf0312 - for the screen shot have you selected a Key column? The plugin must have a column for keys (Column A in your screen shot) so it know...

To help us diagnose the original issue can you turn on "Debugging" in the "About" screen. This will log details about the custom fields and help us see if those...

Hi Jens Perhaps there could be some caching in the function so that every call to the function does not always generate a call to the JIRA API? This would...

This could be neatly achieved in jiraApi adding a cachetime property for methods which should be cached e.g. `'field' : {method: '/field', cachetime: 1000}` this would then be implemented that...