Skip to content

Commit

Permalink
revert known status
Browse files Browse the repository at this point in the history
  • Loading branch information
JFriel committed Jul 2, 2024
1 parent 3338b57 commit 4b2205f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JiraPlugin/JIRATicketingSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class JIRATicketingSystem : PluginTicketingSystem
////releaseability
public List<Attachment> JIRAProjectAttachements { get; private set; }
public string JIRAReleaseTicketStatus { get; private set; }
private static readonly string[] PermissableReleaseStatusesForJIRAReleaseTickets = new[] { "Open" };
private static readonly string[] PermissableReleaseStatusesForJIRAReleaseTickets = new[] { "Released" };

private void SetupIfRequired()
{
Expand Down

0 comments on commit 4b2205f

Please sign in to comment.