Jira for exploration tasks [closed] - jira

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.

Related

How to better collaborate with business stakeholders for ML projects? [closed]

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 8 days ago.
Improve this question
For those who are designing ML models for business processes (ie: logistics, finance), what the best practice you have seen so far with collaborating with business users on model evaluation and bug-reporting?
Our current workflow requires business stakeholders to evaluate model prior to release. I find the collaboration process for model evaluation to be especially tricky. Further, if we miss any edge cases during the evaluation process, users would flood our email with bugs they noticed. Do any of you have similar experience? What tool or process do you suggest to make this process better.
Tried using excel, google doc, PowerApp

Does Twilio now support subflows? [closed]

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!

Is it possible to use Medium.com functionality on my own website? [closed]

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

Jira - how to get Sprint information [closed]

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.

Software Development Methodologies for a single programmer [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Ive been trying to find an answer to what I thought would be a basic question.
What software development methodologies are relevant for a single programmer.
The only one I can find is RAD.
When I've looked into others such as agile they require a team of people.
Could someone more clued up point me in the right direction.
I am just looking for any methodologies that a single programmer can do so I don't waste more hours trying to find the answers.
Development methodologies like agile can be applied in almost any context, including going "solo". You just have to take the best out of it and apply it to your needs.
For instance as a single programmer you can have a product backlog with your user stories, you can give them story points, plan your sprints, find your velocity, etc.
In the end you'll be more organized and you'll improve your planning skills for sure.
Hey, i'm not saying that you must have daily standup meetings with yourself! :)
This applies to all development methodologies/processes(RAD, DDD, TDD, ...) don't forget they're just ways of doing things.

Resources