I have custom fields that are referenced by 'php-jira-rest-client'. The code uses a config file that contains a list of the custom field id's. When I migrate between instances we need to update the config file with the correct custom field id which has caused migration issues in the past.
Is there a way to reference custom fields other than the id or cfname? I thought perhaps the cfkey, but cannot find any reference to this field and am not sure what it is used for. The value is null in all of my custom fields in each instance.
Any assistance or recommendations much appreciated.
This is a limitation of the php-jira-rest-client - as far as I can see, it has no way to identify fields other than "your user has to know the ids of source and tartget"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.