Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Creating issue in specific project board column

Raffaele Messina July 16, 2021

hi everyone,

i am using Jira REST API to create issues; so far so good, everything works as expected.
The problem is i can't find in the docs the parameter used to set the destination column.
I have 4 columns in my Jira Kanban board: 

  1. To complete
  2. In progress
  3. Completed
  4. Error reporting

Now i want to create an issue and place directly in the error reporting column, how can i achieve this?

Thanks in advance for your time

2 answers

2 accepted

2 votes
Answer accepted
Lisa Grau
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 16, 2021

Hi Raffaele,

I'm not 100% sure if it works, but if you map a status to each column and transition the issue after creating it (should be working within the same automation) to the certain status, it should actually display in the right column.

 

Keep me updated!

 

Lisa

Raffaele Messina July 16, 2021

Hi @Lisa Grau it is as you said. I can't do create and transition in the same POST request; i split the operations and now it works.

Thanks for your help

Like Lisa Grau likes this
Lisa Grau
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 16, 2021

Great! You're, welcome!

1 vote
Answer accepted
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 16, 2021

Creating an issue will always put it into the status that the workflow has as the landing point for new issues.

To get it to a status (in a different column to the start status), you will need to transition it after creation.  Make sure your workflow has a transition to the desired status from the starting status, then take a look at creating an Automation.  An automation can catch "issue created", check data on the issue and transition it if it matches.

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 16, 2021

Ah, Lisa beat me to it.  What Lisa said!

Like # people like this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
FREE
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events