I use Jira CLI - runFromCsv, however I can't update Jira fields that are not available on the appropriate screen. It gave the following error:
Client error: 'testField' is not a defined field or is not valid in this context (for instance, not being available on the appropriate screen).
However I can do the update using Jira External System Export GUI. Also I can't bypass some workflow rules using CLI, but I can using the Jira External System Export GUI. Is there any suggestion on how to bypass these Jira rules using CLI or RestApi?
A use case is to sync any fields changes from other tracking system to Jira. This is needed after we cut over to Jira and during the transition we want to keep both data in other tracking system in sync with Jira.
Thanks
These processes are respecting the rules you have set up in the application.
CSV import can bypass them because it's there to create data, not transition or edit it.
If there were a full way for a user to break the rules, it would make no sense in having them. If you set up your JIRA to prevent me doing X by clicking, then you absolutely need to stop me doing X in a script.
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.