Hi Vinitha,
Seems that following methods are already existing in old connector.

   - performIssueSearch [1]
   (http://example.com:8080/jira/rest/api/2/search
   <https://developer.atlassian.com/static/rest/jira/6.1.html#d2e4071>) or
   are you referring this link?(
   http://example.com:8080/jira/rest/api/2/user/viewissue/search
   <https://developer.atlassian.com/static/rest/jira/6.1.html#d2e3887>)
   - getProjectById  [2] (
   http://example.com:8080/jira/rest/api/2/project/{projectIdOrKey}
   <https://developer.atlassian.com/static/rest/jira/6.1.html#d2e3008>

[1]
https://github.com/wso2/esb-connectors/blob/master/jira/jira-connector/jira-connector-1.0.0/org.wso2.carbon.connector/src/main/resources/jira_search/searchJira.xml
[2]
https://github.com/wso2/esb-connectors/blob/master/jira/jira-connector/jira-connector-1.0.0/org.wso2.carbon.connector/src/main/resources/jira_project/getProject.xml

Thank you

On Thu, Dec 3, 2015 at 9:31 AM, Vinitha Rajenthiran <vinitha.ra...@gmail.com
> wrote:

> *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
> Architecture@wso2.org
> https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
>



-- 
Regards
S.Sriashalya,
WSO2 *Inc*.
lean . enterprise . middleware
_______________________________________________
Architecture mailing list
Architecture@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to