Hi, we are using jira6.1.7 in our organisation. we are having one requirement from our client that they need to connect to jira and they want to perform some queries to know the status of the issue...
... https://bobswift.atlassian.net/wiki/display/JCLI/Examples # jira.sh --action getIssueList --filter "all" But when I run that command I get the following error: Remote error...
I want to copy versions between several projects (they all have the same versions). So I am trying to use the JCLI to do this. Howver I get the following errors and am now stuck. Can anyone help? The...
We are testing the JCLI in our environment. Our JIRA instance is connected to an SQL Server 2008 database instance. When we try to run the "runFromSql" action, we get an SQLException. Initially...
Hi, When trying to clone a project using the JCLI I get an error rankBeforeIssue: expected Object. Clone of Issue xxxx failed I'm working under WIN10 and issued the following command...
Using the CLI, I access a list of issues using a filter. I want to clone those issues and then link the clones to another issue. I'd like to use runFromIssueList with an action file something like...
...this using JIRA REST API or JCLI?
...done via a bulk transition and then the workflow put back to what it should be i.e. without the transition. In my travels I did notice that JCli offeres the copyFieldValue method..but this applies to a...
I do not find a way via the JCLI application to get a list of the different types of issues. I know I can go to the Web UI and get a list of the different Issue Types there, but that feels like...
I'm currently attempting to use JIRA CLI to create issues from confluence pages and set the value of Kepler custom fields for that issue automatically. Below is the code that I attempted to use: --a...
Hey there, I was using the JCLI 2.3 to create a project and set the workflowscheme using "createProject --workflowScheme". It was silently failing for me. The project would be created just fine...
Hi, The idea is to reuse the same csv file, issues will be uploaded from one csv file, and results ( as newly created issue keys) need to be added to a column called (i.e.) "created Issues" in ...
I am running below command jira.sh -s https://abc.jira.com -u dummy.user -p dummypass --filter 13321 -a getIssueList --file filter_out.txt Getting below error. Client error: Error writing to fi...
Copied to clipboard