Does Jira.js support the generation and retrieval of project reports? #179
-
Hello, I'm currently working on a lambda which would like to generate a report (created vs resolved issues report) and pull that report data back to the lambda (where it will do "other stuff"). It's unclear from the jira.js documentation whether the generation or retrieval of reports is supported. I realize that jira.js is a wrapper for some subset of the atlassian REST API - I just don't know if reporting falls into that subset. In fact, it isn't clear to me whether the atlassian REST API even supports the generation and retrieval of reporting. I'm seeing comments in the discussion boards from 2019 that say it does not. But I'm also seeing more recent comments that it might... Thoughts? Any help would be appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is a rather complicated question. You can look at the documentation here, if you find something worthwhile, the answer is yes, if not, then it can't Actually, from your description I highly doubt that this is provided by the Jira API. I think you have to write a bit of code to generate the report |
Beta Was this translation helpful? Give feedback.
Hi @kingDaddyFreshness!
This is a rather complicated question. You can look at the documentation here, if you find something worthwhile, the answer is yes, if not, then it can't
Actually, from your description I highly doubt that this is provided by the Jira API. I think you have to write a bit of code to generate the report