It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
I need to create an issue during start of the Sprint (Default one). Is there any way to achieve this ?
For standard Jira, I don't believe there's anything that will do it for you.
We have a number of issues that we create and take into each sprint. I use the REST API with some C# code, so at the push of a button it creates an issue with 5 sub-tasks, with all the details in them including estimated hours.
There is a description of connecting to the REST API in this link. The user must have Create rights in Jira.
Then I pass in a POST request with the following JSON
{"fields": {"project": {"key": "XXXX" },"summary": "Regular Portal Release 15 Nov 2017", "description": "+This is the regular and main live release ticket for each sprint.+ nnThe release process is documented in Confluence", "issuetype": { "name": "Task" }, "customfield_11100": { "value": "Non Project" }, "customfield_11101": { "value": "Portal Release" }, "customfield_12701": " ", "timetracking": { "originalEstimate": "4h" } }}
You will obviously need to understand C#, JSON and the REST API to work with this.
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreHey Atlassian Community! Today we are launching a bunch of customer stories about the amazing work teams, like Dropbox and Twilio, are doing with Jira. You can check out the stories here. The thi...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.