I am trying to create 2 custom fields on Jira screen - Release Build Number and Scan type in Jira. I want those values to be filled automatically by fetching values from Fortify On demand tool. I have FoD to Jira xml file and try to add entity and map to the respective field but it says below error when I run FoD to Jira script:
{"Release Build No":"Field 'Release Build No' cannot be set. It is not on the appropriate screen, or unknown."}}
Hi @Abhishek Soni and welcome to the community!
So you have created already this field. The next step is to add on the appropriate screens. For that matter first of all, you have to see which screens your project is using.
CAUTION: A thing that you have to take into consideration is whether the issue scheme is shared. If it is, then any change you make on the screens will have an impact on other projects as well. In that case, you have to create new screens (or copy them), add them to a new screen scheme, associate this screen scheme with the appropriate issue types.
Hi @Alex Koxaras _Relational_ ,
Thanks for your answer. Here, I am able to see the field that I configure from Jira.
But, the field value remains blank.
The issue is I am not able to retrieve the field value from FoD. I map the custom field name in my FoD to Jira integration script but while importing it says :
{"Release Build No":"Field 'Release Build No' cannot be set. }
Note : I am trying to get the filed value from an external source which in this case is Fortify on Demand tool
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So you confirm that this specific field you created is placed on issue operations screen, correct? Because to be honest, the "It is not on the appropriate screen" message gives me another impression.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, I see the specific field on issue operations screen.
What I dont see is the value for the field.
I am trying to fetch the value of Release build No. in Jira from Fortify on Demand tool.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.