I am using Jira Cloud's REST API to create an issue. I want to do a dry run before actually making the call.
Does Jira Cloud's REST API currently support this? I couldn't find it online.
Update:
Thanks for the answers, but the exact details behind this question is that I need to create issues on my clients' Jira. I cannot mandate a separate Jira project / dev environment just to test on.
Hi @James Jung
not that I know of, unless you want to use:
1. a test project
2. a staging or dev instance
where you'd create your issue.
the simplest answer is what @James Jung said; create a test project. I have one I test workflows on. Only I can see it. It also makes moving a new workflow into a project easy.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As @Krisztian Kovacs suggested dry run for API's are currently not supported. But you can always create a development instance. Please have look at this page, this will help you setup development instance - https://developer.atlassian.com/cloud/jira/platform/getting-started/#set-up-your-development-environment
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
Dry-run is a must have if we want to properly test modifications when working with the API.
Any plan to add it?
Thanks,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.