Package com.atlassian.jira.rpc.soap.client

Examples of com.atlassian.jira.rpc.soap.client.RemoteIssue


    private final static Log log = LogFactory.getLog(JiraIssueConverter.class);


    public RemoteIssue getSpecificIssue(GenericIssue genericIssue) throws IssueTrackerException {

        RemoteIssue remoteIssue = new RemoteIssue();

        setProject(genericIssue, remoteIssue);

        setSummary(genericIssue, remoteIssue);
View Full Code Here

TOP

Related Classes of com.atlassian.jira.rpc.soap.client.RemoteIssue

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.