Hello everyone,
I'm working with Jira Rest Java Client 5.1.0, and wanted to do some customization with its functionality.But I'm not sure How to delete a project by JRJC?
As it's possible to delete from Rest API- https://docs.atlassian.com/software/jira/docs/api/REST/7.6.1/#api/2/project-deleteProject
DELETE /rest/api/2/project/{projectIdOrKey}
Deletes a project using Rest but wanted to get JRJC implementation.
Thanks in Advance.