-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ae8050
commit 749257c
Showing
14 changed files
with
12 additions
and
36 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
IntegrationConnectors/src/IntegrationConnectors.JIRA/JiraConnector.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
IntegrationConnectors/src/IntegrationConnectors.JIRA/Model/JiraAssignee.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace JiraReporting.Model | ||
namespace IntegrationConnectors.JIRA.Model | ||
{ | ||
public class JiraAssignee | ||
{ | ||
|
7 changes: 1 addition & 6 deletions
7
IntegrationConnectors/src/IntegrationConnectors.JIRA/Model/JiraBacklogItem.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
IntegrationConnectors/src/IntegrationConnectors.JIRA/Model/JiraField.cs
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
IntegrationConnectors/src/IntegrationConnectors.JIRA/Model/JiraFields.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
IntegrationConnectors/src/IntegrationConnectors.JIRA/Model/JiraFixVersion.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace JiraReporting.Model | ||
namespace IntegrationConnectors.JIRA.Model | ||
{ | ||
public class JiraFixVersion | ||
{ | ||
|
4 changes: 1 addition & 3 deletions
4
IntegrationConnectors/src/IntegrationConnectors.JIRA/Model/JiraIssue.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
IntegrationConnectors/src/IntegrationConnectors.JIRA/Model/JiraIssueType.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace JiraReporting.Model | ||
namespace IntegrationConnectors.JIRA.Model | ||
{ | ||
public class JiraIssueType | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
IntegrationConnectors/src/IntegrationConnectors.JIRA/Model/JiraParent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace JiraReporting.Model | ||
namespace IntegrationConnectors.JIRA.Model | ||
{ | ||
public class JiraParent | ||
{ | ||
|
2 changes: 1 addition & 1 deletion
2
IntegrationConnectors/src/IntegrationConnectors.JIRA/Model/JiraPriority.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace JiraReporting.Model | ||
namespace IntegrationConnectors.JIRA.Model | ||
{ | ||
public class JiraPriority | ||
{ | ||
|
4 changes: 1 addition & 3 deletions
4
IntegrationConnectors/src/IntegrationConnectors.JIRA/Model/JiraQueryResult.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
IntegrationConnectors/src/IntegrationConnectors.JIRA/Model/JiraSprint.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace JiraReporting.Model | ||
namespace IntegrationConnectors.JIRA.Model | ||
{ | ||
public class JiraSprint | ||
{ | ||
|
9 changes: 1 addition & 8 deletions
9
IntegrationConnectors/src/IntegrationConnectors.JIRA/Model/JiraSprintsResult.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
IntegrationConnectors/src/IntegrationConnectors.JIRA/Model/JiraStatus.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
namespace JiraReporting.Model | ||
namespace IntegrationConnectors.JIRA.Model | ||
{ | ||
public class JiraStatus | ||
{ | ||
|