Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I'm looking for a way to get sprint information from JIRA using RESTful API.
I could not find the information in JIRA documentation. Anyone know how to do this?
The documentation for the jira-python is here http://jira-python.readthedocs.org/en/latest/
if using another language it should be similar to :
# Get the sprints in a specific board
board_id = 441
print("GreenHopper board: %s (%s)" % (boards[0].name, board_id))
sprints = gh.sprints(board_id)
Well, it should be in the JIRA Agile documentation since sprints come with JIRA Agile. But it's not. The best source of info at the moment is to look at the source of the jira-python library. Various REST methods are used in there to access JIRA Agile.
Related
Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 days ago.
Improve this question
We are following the agile process of Scrum and using Jira. What issue type and workflow do teams use for exploration tasks? These would be tasks to learn the different options to achieve a story. For example, we need to move data from one DB to another, first explore options based on our current tech stack and new options available in the market. We are considering creating a new Jira type instead of using Story.
This is called a "spike" in agile terminology. You create and track the work to be done on the unclear parts of a story under a spike.
For the detailed information, you can read this article at wrike.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
On August 19, 2019, the Youtube video "Building complex applications with Twilio Studio" mentioned that Twilio would soon be adding a way to define subflows to break larger flows into more reasonably-sized, reusable pieces. I don't see anything about how to do that on the Twilio website. Has this been implemented, and where do I find information on how to do it?
I'm Zack, PM for Studio. Thanks for checking. We are working on a subflows feature this year. Please watch our Changelog for updates. https://www.twilio.com/changelog
In the meantime, please reach out to our support team if you need assistance in improving your Flow design as it increases in complexity.
Thanks!
Closed. This question is not about programming or software development. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 3 months ago.
Improve this question
I have seen several websites that seem to extend medium.com functionality for the blog section. i.e.
https://blog.signals.network/sale-ends-today-at-14-00-utc-what-will-be-next-bb94e740853e
I cannot seem to find out how it's done. Their API returns JSON so I'm wondering if this site is building a page to look like medium.com or if there's an easier way to do it.
Does anybody have any experience with this?
No, now it is not possible, as medium said "As of November 2017, Medium is no longer offering new custom domains as a feature. Instead, you can create a publication on Medium that will live on a medium.com/publication-name URL."
Reference URL: https://help.medium.com/hc/en-us/articles/115003053487-Custom-Domains-service-deprecation
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 5 years ago.
Improve this question
Is there a functionality to predict team capacity for given sprint (excluding leave plans or public holiday) in Jira? Pretty much similar to Visual Studio Online Team Capacity feature. https://www.visualstudio.com/get-started/work-in-sprints-vs
I suppose you're looking for Jira Confluence Team Calendars, an additional module that can be activated on your Jira instance which will allow you to track Team availability.
I do not think it actually matches the TFS capacity module, but then again, the by activity capacity is broken by design (it assumes team members are involved in only one type of activity). And the capacity in hours always causes teams to be over confident.
If you have a 2 week sprint, quickly adding up the off-days in the team should be enough to formulate the plan for the sprint during the Sprint Planning Meeting.
If your team availability is harder to calculate than that, you have other issues int the team ;).
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed 8 years ago.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
This question does not appear to be about programming within the scope defined in the help center.
Improve this question
I have Created a plugin in word press.I wanted to upload it on official word press site in order to allow developers and other peoples to download that plugin.
The official site is word press is http://wordpress.org/
In short i wanted to upload my plugin to the following url
http://wordpress.org/extend/plugins/
so that it can be listed as other plugins and visitors can download it .So how i can do this ?
please help
Here is place where you find
http://wordpress.org/extend/plugins/add/
to submit your Plugin into http://wordpress.org/extend/plugins/ repository.
Regards,
[wordpress designer][2]