<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.tintu.in/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tintucraju</id>
	<title>Tintu Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.tintu.in/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Tintucraju"/>
	<link rel="alternate" type="text/html" href="https://wiki.tintu.in/index.php/Special:Contributions/Tintucraju"/>
	<updated>2026-04-16T10:30:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.3</generator>
	<entry>
		<id>https://wiki.tintu.in/index.php?title=Agile_terms_in_jira&amp;diff=5</id>
		<title>Agile terms in jira</title>
		<link rel="alternate" type="text/html" href="https://wiki.tintu.in/index.php?title=Agile_terms_in_jira&amp;diff=5"/>
		<updated>2024-10-29T11:41:09Z</updated>

		<summary type="html">&lt;p&gt;Tintucraju: Created page with &amp;quot;== Issue Type Story ==   Concept called user story.   as a type of &amp;lt;user&amp;gt; I want &amp;lt;some goal&amp;gt; so that &amp;lt;some reason&amp;gt;  Example : As a web developer I want to add users to jira so that my coworkers can report bugs.  As a driver I need a voice activation so that I can voice search while driving..   There is no technical point here it just purely tell a story    === Epic === it is a story that is too big for a sprint(typically two weeks). this will be break down to multiple st...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Issue Type Story == &lt;br /&gt;
&lt;br /&gt;
Concept called user story. &lt;br /&gt;
&lt;br /&gt;
as a type of &amp;lt;user&amp;gt;&lt;br /&gt;
I want &amp;lt;some goal&amp;gt;&lt;br /&gt;
so that &amp;lt;some reason&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Example : As a web developer I want to add users to jira so that my coworkers can report bugs.&lt;br /&gt;
&lt;br /&gt;
As a driver I need a voice activation so that I can voice search while driving.. &lt;br /&gt;
&lt;br /&gt;
There is no technical point here it just purely tell a story &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Epic ===&lt;br /&gt;
it is a story that is too big for a sprint(typically two weeks). this will be break down to multiple stories. once all such stories are completed then the epic is completed. &lt;br /&gt;
&lt;br /&gt;
Epic : &amp;lt;insert a simple example&amp;gt;&lt;br /&gt;
     &amp;lt;story 1 insert here&amp;gt;&lt;br /&gt;
     &amp;lt;story 2 insert here&amp;gt;&lt;br /&gt;
     &amp;lt;story 3 insert here&amp;gt;&lt;br /&gt;
&lt;br /&gt;
here stories are linked to epics.&lt;br /&gt;
&lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
== Issues == &lt;br /&gt;
containers for fields. description , summary , due date etc. we can have different issue types. epic , story , bug , etc.. &lt;br /&gt;
&lt;br /&gt;
=== Projects ===&lt;br /&gt;
projects are containers for the issues. The types can be customized between different projects based on the requirement.&lt;/div&gt;</summary>
		<author><name>Tintucraju</name></author>
	</entry>
	<entry>
		<id>https://wiki.tintu.in/index.php?title=Markup_format&amp;diff=4</id>
		<title>Markup format</title>
		<link rel="alternate" type="text/html" href="https://wiki.tintu.in/index.php?title=Markup_format&amp;diff=4"/>
		<updated>2024-10-29T11:32:30Z</updated>

		<summary type="html">&lt;p&gt;Tintucraju: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here’s the same guide formatted in MediaWiki markup for use as a Wikipedia-style post:&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
= MediaWiki Markup Guide =&lt;br /&gt;
&lt;br /&gt;
Here’s a quick guide to the major MediaWiki markup syntax, broken down into easy-to-understand sections:&lt;br /&gt;
&lt;br /&gt;
== 1. Headings ==&lt;br /&gt;
* Use equal signs (`=`) around text to create headings. More equal signs create smaller subheadings:&lt;br /&gt;
  * `= Heading 1 =`&lt;br /&gt;
  * `== Heading 2 ==`&lt;br /&gt;
  * `=== Heading 3 ===`&lt;br /&gt;
&lt;br /&gt;
== 2. Bold and Italic Text ==&lt;br /&gt;
* Use multiple single quotes for bold and italic:&lt;br /&gt;
  * `&#039;&#039;italic&#039;&#039;` → &#039;&#039;italic&#039;&#039;&lt;br /&gt;
  * `&#039;&#039;&#039;bold&#039;&#039;&#039;` → &#039;&#039;&#039;bold&#039;&#039;&#039;&lt;br /&gt;
  * `&#039;&#039;&#039;&#039;&#039;bold and italic&#039;&#039;&#039;&#039;&#039;` → &#039;&#039;&#039;&#039;&#039;bold and italic&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== 3. Links ==&lt;br /&gt;
* **Internal links:** Link to other pages within the wiki using double square brackets.&lt;br /&gt;
  * `[[PageName]]` → links to a page called &amp;quot;PageName&amp;quot;&lt;br /&gt;
  * `[[PageName|Displayed Text]]` → custom display text for a link&lt;br /&gt;
&lt;br /&gt;
* **External links:** Direct link to external websites.&lt;br /&gt;
  * `[http://example.com]` → shows the URL as the link&lt;br /&gt;
  * `[http://example.com Displayed Text]` → custom text for the link&lt;br /&gt;
&lt;br /&gt;
== 4. Lists ==&lt;br /&gt;
* **Bullet lists:** Use an asterisk `*` at the beginning of a line.&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
  * Item 1&lt;br /&gt;
  * Item 2&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* **Numbered lists:** Use a hash `#` at the beginning of a line.&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
  # First item&lt;br /&gt;
  # Second item&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* **Indented lists:** Add colons `:` for indentation.&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
  : Indented text&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 5. Tables ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Syntax !! Example&lt;br /&gt;
|-&lt;br /&gt;
| `!` || Header&lt;br /&gt;
|-&lt;br /&gt;
| `|` || Data cell&lt;br /&gt;
|-&lt;br /&gt;
| `||` || Separate cells&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== 6. Images and Media ==&lt;br /&gt;
* Insert images using `[[File:ImageName.jpg|options]]`&lt;br /&gt;
* Example with options: `[[File:Example.jpg|thumb|A caption]]` → creates a thumbnail with a caption.&lt;br /&gt;
&lt;br /&gt;
== 7. Categories ==&lt;br /&gt;
* Add pages to categories using `[[Category:CategoryName]]` at the bottom of the page.&lt;br /&gt;
  * Example: `[[Category:Physics]]`&lt;br /&gt;
&lt;br /&gt;
== 8. Redirects ==&lt;br /&gt;
* To redirect a page, use `#REDIRECT [[TargetPageName]]` on the first line of the page.&lt;br /&gt;
&lt;br /&gt;
== 9. References and Footnotes ==&lt;br /&gt;
* Cite sources by placing text within `&amp;lt;ref&amp;gt;...&amp;lt;/ref&amp;gt;` tags.&lt;br /&gt;
* Create a reference list at the end of the page with `&amp;lt;references /&amp;gt;`.&lt;br /&gt;
&lt;br /&gt;
== 10. Templates ==&lt;br /&gt;
* Templates are reusable content blocks. Include them by wrapping the template name in double curly braces.&lt;br /&gt;
  * `{{TemplateName}}` inserts the template&#039;s content.&lt;br /&gt;
  * You can pass parameters to templates: `{{TemplateName|param=value}}`.&lt;br /&gt;
&lt;br /&gt;
== 11. Comments ==&lt;br /&gt;
* Add comments in the source code with `&amp;lt;!-- Comment text --&amp;gt;`. These won’t appear on the final page.&lt;br /&gt;
&lt;br /&gt;
== 12. Variables ==&lt;br /&gt;
* Special variables like `{{CURRENTYEAR}}` display the current year, and `{{PAGENAME}}` shows the current page name.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
This markup will display the guide in a Wikipedia-like style when posted on a MediaWiki page.&lt;/div&gt;</summary>
		<author><name>Tintucraju</name></author>
	</entry>
	<entry>
		<id>https://wiki.tintu.in/index.php?title=Markup_format&amp;diff=3</id>
		<title>Markup format</title>
		<link rel="alternate" type="text/html" href="https://wiki.tintu.in/index.php?title=Markup_format&amp;diff=3"/>
		<updated>2024-10-29T11:25:54Z</updated>

		<summary type="html">&lt;p&gt;Tintucraju: Created page with &amp;quot;Here’s the same guide formatted in MediaWiki markup for use as a Wikipedia-style post:  ---  = MediaWiki Markup Guide =  Here’s a quick guide to the major MediaWiki markup syntax, broken down into easy-to-understand sections:  == 1. Headings == * Use equal signs (`=`) around text to create headings. More equal signs create smaller subheadings:   * `= Heading 1 =`   * `== Heading 2 ==`   * `=== Heading 3 ===`  == 2. Bold and Italic Text == * Use multiple single quotes...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Here’s the same guide formatted in MediaWiki markup for use as a Wikipedia-style post:&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
= MediaWiki Markup Guide =&lt;br /&gt;
&lt;br /&gt;
Here’s a quick guide to the major MediaWiki markup syntax, broken down into easy-to-understand sections:&lt;br /&gt;
&lt;br /&gt;
== 1. Headings ==&lt;br /&gt;
* Use equal signs (`=`) around text to create headings. More equal signs create smaller subheadings:&lt;br /&gt;
  * `= Heading 1 =`&lt;br /&gt;
  * `== Heading 2 ==`&lt;br /&gt;
  * `=== Heading 3 ===`&lt;br /&gt;
&lt;br /&gt;
== 2. Bold and Italic Text ==&lt;br /&gt;
* Use multiple single quotes for bold and italic:&lt;br /&gt;
  * `&#039;&#039;italic&#039;&#039;` → &#039;&#039;italic&#039;&#039;&lt;br /&gt;
  * `&#039;&#039;&#039;bold&#039;&#039;&#039;` → &#039;&#039;&#039;bold&#039;&#039;&#039;&lt;br /&gt;
  * `&#039;&#039;&#039;&#039;&#039;bold and italic&#039;&#039;&#039;&#039;&#039;` → &#039;&#039;&#039;&#039;&#039;bold and italic&#039;&#039;&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
== 3. Links ==&lt;br /&gt;
* **Internal links:** Link to other pages within the wiki using double square brackets.&lt;br /&gt;
  * `[[PageName]]` → links to a page called &amp;quot;PageName&amp;quot;&lt;br /&gt;
  * `[[PageName|Displayed Text]]` → custom display text for a link&lt;br /&gt;
&lt;br /&gt;
* **External links:** Direct link to external websites.&lt;br /&gt;
  * `[http://example.com]` → shows the URL as the link&lt;br /&gt;
  * `[http://example.com Displayed Text]` → custom text for the link&lt;br /&gt;
&lt;br /&gt;
== 4. Lists ==&lt;br /&gt;
* **Bullet lists:** Use an asterisk `*` at the beginning of a line.&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
  * Item 1&lt;br /&gt;
  * Item 2&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* **Numbered lists:** Use a hash `#` at the beginning of a line.&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
  # First item&lt;br /&gt;
  # Second item&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* **Indented lists:** Add colons `:` for indentation.&lt;br /&gt;
  &amp;lt;nowiki&amp;gt;&lt;br /&gt;
  : Indented text&lt;br /&gt;
  &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== 5. Tables ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Syntax !! Example&lt;br /&gt;
|-&lt;br /&gt;
| `!` || Header&lt;br /&gt;
|-&lt;br /&gt;
| `|` || Data cell&lt;br /&gt;
|-&lt;br /&gt;
| `||` || Separate cells&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== 6. Images and Media ==&lt;br /&gt;
* Insert images using `[[File:ImageName.jpg|options]]`&lt;br /&gt;
* Example with options: `[[File:Example.jpg|thumb|A caption]]` → creates a thumbnail with a caption.&lt;br /&gt;
&lt;br /&gt;
== 7. Categories ==&lt;br /&gt;
* Add pages to categories using `[[Category:CategoryName]]` at the bottom of the page.&lt;br /&gt;
  * Example: `[[Category:Physics]]`&lt;br /&gt;
&lt;br /&gt;
== 8. Redirects ==&lt;br /&gt;
* To redirect a page, use `#REDIRECT [[TargetPageName]]` on the first line of the page.&lt;br /&gt;
&lt;br /&gt;
== 9. References and Footnotes ==&lt;br /&gt;
* Cite sources by placing text within `&amp;lt;ref&amp;gt;...&amp;lt;/ref&amp;gt;` tags.&lt;br /&gt;
* Create a reference list at the end of the page with `&amp;lt;references /&amp;gt;`.&lt;br /&gt;
&lt;br /&gt;
== 10. Templates ==&lt;br /&gt;
* Templates are reusable content blocks. Include them by wrapping the template name in double curly braces.&lt;br /&gt;
  * `{{TemplateName}}` inserts the template&#039;s content.&lt;br /&gt;
  * You can pass parameters to templates: `{{TemplateName|param=value}}`.&lt;br /&gt;
&lt;br /&gt;
== 11. Comments ==&lt;br /&gt;
* Add comments in the source code with `&amp;lt;!-- Comment text --&amp;gt;`. These won’t appear on the final page.&lt;br /&gt;
&lt;br /&gt;
== 12. Variables ==&lt;br /&gt;
* Special variables like `{{CURRENTYEAR}}` display the current year, and `{{PAGENAME}}` shows the current page name.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
This markup will display the guide in a Wikipedia-like style when posted on a MediaWiki page.&lt;/div&gt;</summary>
		<author><name>Tintucraju</name></author>
	</entry>
	<entry>
		<id>https://wiki.tintu.in/index.php?title=Agile_Scrum&amp;diff=2</id>
		<title>Agile Scrum</title>
		<link rel="alternate" type="text/html" href="https://wiki.tintu.in/index.php?title=Agile_Scrum&amp;diff=2"/>
		<updated>2024-10-29T11:22:20Z</updated>

		<summary type="html">&lt;p&gt;Tintucraju: Created page with &amp;quot;== Agile ==  &amp;#039;&amp;#039;&amp;#039;Agile&amp;#039;&amp;#039;&amp;#039; is a project management principle focused on completing projects efficiently through continuous delivery and early access. This approach enables teams to gather feedback and adapt to rapid changes. Agile is most commonly applied in &amp;#039;&amp;#039;&amp;#039;software development&amp;#039;&amp;#039;&amp;#039;.  === Key Agile Methodologies ===  Agile can be implemented in different ways, with the two most popular being &amp;#039;&amp;#039;&amp;#039;Scrum&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;Kanban&amp;#039;&amp;#039;&amp;#039;. Each approach supports Agile principles but differ...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Agile ==&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Agile&#039;&#039;&#039; is a project management principle focused on completing projects efficiently through continuous delivery and early access. This approach enables teams to gather feedback and adapt to rapid changes. Agile is most commonly applied in &#039;&#039;&#039;software development&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Key Agile Methodologies ===&lt;br /&gt;
&lt;br /&gt;
Agile can be implemented in different ways, with the two most popular being &#039;&#039;&#039;Scrum&#039;&#039;&#039; and &#039;&#039;&#039;Kanban&#039;&#039;&#039;. Each approach supports Agile principles but differs in methodology:&lt;br /&gt;
&lt;br /&gt;
==== 1. Scrum ====&lt;br /&gt;
* &#039;&#039;&#039;Sprint-based&#039;&#039;&#039;: Scrum uses structured timeframes, known as &#039;&#039;&#039;Sprints&#039;&#039;&#039;, during which teams plan, develop, and deliver specific application features.&lt;br /&gt;
* &#039;&#039;&#039;Iteration-focused&#039;&#039;&#039;: Teams work in cycles, completing iterations at regular intervals and reassessing priorities at the end of each Sprint.&lt;br /&gt;
&lt;br /&gt;
==== 2. Kanban ====&lt;br /&gt;
* &#039;&#039;&#039;Continuous workflow&#039;&#039;&#039;: Unlike Scrum, Kanban does not operate in fixed-duration sprints; instead, work progresses continuously.&lt;br /&gt;
* &#039;&#039;&#039;Task visualization&#039;&#039;&#039;: Kanban emphasizes visualizing tasks and managing workflow without set time restrictions, allowing for continuous adjustments as tasks move across different stages.&lt;br /&gt;
&lt;br /&gt;
=== Summary of Differences ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|+ &#039;&#039;&#039;Scrum vs Kanban&#039;&#039;&#039;&lt;br /&gt;
! Aspect&lt;br /&gt;
! Scrum&lt;br /&gt;
! Kanban&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Timeframe&#039;&#039;&#039;&lt;br /&gt;
| Sprint-based (time-boxed)&lt;br /&gt;
| Continuous (no set duration)&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Focus&#039;&#039;&#039;&lt;br /&gt;
| Iterative delivery&lt;br /&gt;
| Ongoing workflow management&lt;br /&gt;
|-&lt;br /&gt;
| &#039;&#039;&#039;Process&#039;&#039;&#039;&lt;br /&gt;
| Planned iterations&lt;br /&gt;
| Task-based progress tracking&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Advantages of Agile ===&lt;br /&gt;
&lt;br /&gt;
The Agile approach promotes:&lt;br /&gt;
* &#039;&#039;&#039;Early and continuous delivery&#039;&#039;&#039; of functional software.&lt;br /&gt;
* &#039;&#039;&#039;Adaptability&#039;&#039;&#039; to change through iterative cycles.&lt;br /&gt;
* &#039;&#039;&#039;Customer satisfaction&#039;&#039;&#039; through consistent feedback integration.&lt;/div&gt;</summary>
		<author><name>Tintucraju</name></author>
	</entry>
</feed>