Jira adapter module
Each command supported by the application adapter has a corresponding process in the adapter module. Processes in the Issue or User directories perform high-level functions and call specialized processes. Each subdirectory contains process directories that correspond to the operation type for that command.
Issue
The Issue directory contains processes that perform Create, Read, Update, and Delete operations on issues in Jira. This directory also contains processes for comments and notifications.
This directory contains the following processes:
- Create issue
- Create issues
- Edit issue
- Get issue
- Get Meta Details for Creating Issue
- Search Issues
The Comment subdirectory contains these processes:
- Add comment
- Delete comment
- Get comment
- Update comment
The Notify subdirectory contains the Notify process.
For more information, see Adapter-requests-and-responses-for-the-Jira-adapter.
User
The User directory contains processes required to login, logout from Jira, and to obtain details about the currently logged-in user.
This directory contains these processes:
- Login
- Logout
- Get Current User Details
For more information, see User-operations-in-the-Jira-adapter.