Hi
i would like to get the server name(pop/Imap mail server) from jira.
I searched the jira api and I tried in few ways.. But couldn't get exactly...
Please tell me as soon as possible how to do that ??
Thanks
Didn't the interface MailServerManager return what you need?
You get the interface using
ComponentAccessor.getMailServerManager();
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
i have configured the pop/IMAP mail server for jira..
While configuring i gave the host name as "localhost"
Now i would like to extract the servername only..
I used the "MailServerActionSupport"
Is it correct? Please guide me....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
I would like to get the server name which is configured with in JIRA?
(That is i have configured the Pop/IMAP mail server with my jira.. While configuring i've given username,password,description,hostname) i've given the host name as "localhost" and configured successfully.
Now i would like to extract this server name from my coding part using JIRA API.
I used some JIRA API. I can extract all the details(like id,username,password,description,servername) about the server configuration,but could not retrive the servername alone. I used the method getServerName() but not working?
Could you give me the better solution. What API i've to use to retrive the Server name only from JIRA?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.