mirror of
https://github.com/greenshot/greenshot
synced 2025-08-20 21:43:24 -07:00
Work in progress for the Jira backport. [skip ci]
This commit is contained in:
parent
798ca503a5
commit
a3f3c20d71
12 changed files with 402 additions and 4290 deletions
|
@ -29,10 +29,11 @@ namespace GreenshotJiraPlugin {
|
|||
[IniSection("Jira", Description="Greenshot Jira Plugin configuration")]
|
||||
public class JiraConfiguration : IniSection {
|
||||
public const string DefaultPrefix = "http://";
|
||||
private const string DefaultUrl = DefaultPrefix + "jira" + JiraConnector.DefaultPostfix;
|
||||
private const string DefaultUrl = DefaultPrefix + "jira";
|
||||
|
||||
[IniProperty("Url", Description="Url to Jira system, including wsdl.", DefaultValue=DefaultUrl)]
|
||||
[IniProperty("Url", Description="Base url to Jira system, without anything else", DefaultValue=DefaultUrl)]
|
||||
public string Url { get; set; }
|
||||
|
||||
[IniProperty("Timeout", Description="Session timeout in minutes", DefaultValue="30")]
|
||||
public int Timeout { get; set; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue