You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enum: BRAND("customfield_15516") -> You can get the field name by visiting the REST Jira API which will give you the custom field values where you can punch those in the above Enum.
I have the POJO where I'm setting the required fields for update in Jira. jiraIssuePojo.setDpTeam(getDpTeamValue(getCustomField(CustomField.DPTEAM.getJiraCustomField(), dpTeam))); try { jiraReportImpl.updateFateIssue(jiraIssuePojo); LOGGER.info("FATE Updated with Components/Fabric URL for {} ", jiraIssuePojo.getIssueKey()); } catch (JiraException e) { e.printStackTrace(); }
Btw you have to build the 0.6-SNAPSHOT jar from jira-client in-order to update the Custom Fields.
Hi Dear,
Can you please guide me how this api helps me to automate custom jira field.
Automate: 'Yes'/'No'
I have a custom field in my jira ticket name 'Automate' having 'yes/no' option.
The text was updated successfully, but these errors were encountered: