You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
I have created IssueType and mapped them with FieldConfigScheme so that they will appear on project.
Below is code where I have copied fieldScreen.
FieldScreenScheme fieldScreenScheme = issueTypeScreenScheme.getEffectiveFieldScreenScheme(customeIssueType);
FieldScreen fieldScreen = fieldScreenScheme.getFieldScreen(IssueOperations.CREATE_ISSUE_OPERATION);
ServiceOutcome<FieldScreen> screenOutCome = fieldScreenService.copy(fieldScreen,
screenName, screenDescription, applicationUser);
fieldScreen = screenOutCome.get();
//... do some modification to screen
fieldScreenManager.updateFieldScreen(fieldScreen);
I am not sure on how I can associate this screen with the IssueType can someone help doing that?
I am using jira-api version 7.2.2 in maven
could you tell me how you are using the fieldscreenservice?
can you post full code?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.