*Introduction:* Jira, is a software which offers flexible issues and project tracking for software teams. *API Documentation:* https://developer.atlassian.com/static/rest/jira/6.1.html *Technology:* REST *Connector Name:* jira-connector-2.0.0 *Authentication:* Basic authentication
*Selected Methods * *Group* listGroupPicker - Returns groups with substrings matching a given query. listGroupUserPicker - Returns a list of users and groups matching query with highlighting. *Issue * createBulkIssue - Creates many issues in one bulk operation. assignIssueToUser - Assigns an issue to a user. getCommentById - Returns all comments for an issue. sendNotification - Sends a notification (email) to the list or recipients defined in the request. addVotesForIssue - Cast your vote in favor of an issue. getWatchersForIssue - Returns the list of watchers for the issue with the given key. removeUserFromWatcherList - Removes a user from an issue's watcher list. *Project * getProjectById - Contains a full representation of a project in JSON format. *Attachment * getAttachmentById - Returns the meta-data for an attachment, including the URI of the actual attached file. *Component * createComponent - Create a component. getComponent - Returns a project component. updateComponent - Modify a component. countComponentRelatedIssues - Returns counts of issues related to this component. *Issue Link * createIssueLink - Creates an issue link between two issues. getIssueLinkById - Returns an issue link with the specified ID. *Search * performIssueSearch - Performs a search using JQL. Regards, Vinitha -- View this message in context: http://wso2-oxygen-tank.10903.n7.nabble.com/Connector-Jira-V2-0-tp129206.html Sent from the WSO2 Architecture mailing list archive at Nabble.com. _______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
