Skip to content

Commit

Permalink
Merge pull request #22 from bb-io/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ce-nistal authored Aug 2, 2024
2 parents d395531 + db55507 commit 3de6c00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Apps.Jira/Actions/IssueCustomFieldsActions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public async Task<List<string>> GetCustomMultiselectFieldValue(
{
var getIssueResponse = await GetIssue(issue.IssueKey);
JObject Parsedissue = JObject.Parse(getIssueResponse.Content);
var customField = Parsedissue["fields"]["customfield_10035"];
var customField = Parsedissue["fields"][customMultiselectField.CustomMultiselectFieldId];

List<string> values = new List<string>();

Expand Down
2 changes: 1 addition & 1 deletion Apps.Jira/Apps.Jira.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<LangVersion>12</LangVersion>
<Product>Jira</Product>
<Description>Issue tracking</Description>
<Version>2.2.1</Version>
<Version>2.2.2</Version>
<AssemblyName>Apps.Jira</AssemblyName>
</PropertyGroup>
<ItemGroup>
Expand Down

0 comments on commit 3de6c00

Please sign in to comment.