Conversational Text Formatting in Microsoft Bot-Framework

This post is about how can we do text formatting in the Microsoft Bot framework. Like, how to send or receive text in bold, italics, list, quote, links etc. Bold and Italics Multiline Text List Strikethrough text Quote a text Adding Links Adding text in increased font(a heading) Hope it helps you when you are … Continue reading Conversational Text Formatting in Microsoft Bot-Framework

Advertisement

JIRA Cloud REST API: Create, Get, Update and Delete an JIRA ISSUE using node.js

The post is about how can we consume JIRA Cloud REST API to create an issue, retrieve details of an issue, update the fields of an issue, and how to delete an issue in JIRA without actually logging in the JIRA cloud instance. We are using node.js for writing the program here. We will be … Continue reading JIRA Cloud REST API: Create, Get, Update and Delete an JIRA ISSUE using node.js