Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
mcp-server-jira
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ai-solutions
mcp-server-jira
Commits
65093f9d
Commit
65093f9d
authored
Mar 04, 2026
by
MD. SHAHIDUL ISLAM
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add `get_jira_context` tool to provide known Jira projects and active users.
parent
3c8b8df8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
+26
-0
jira_mcp_server.py
jira_mcp_server.py
+26
-0
No files found.
jira_mcp_server.py
View file @
65093f9d
...
...
@@ -448,6 +448,32 @@ def log_work_on_issue(issue_key: str, time_spent: str) -> str:
except
Exception
as
e
:
return
f
"Error logging work on {issue_key}: {str(e)}"
@mcp.tool
()
def
get_jira_context
()
->
str
:
"""Returns a hardcoded list of known Project Names -> Project Keys, and known User Names.
Use this to look up a project key if the user only provides the project name, or to see the correct spellings of active users.
"""
return
"""
Known Projects:
- e-GP Bhutan Phase III (Key: EGPBIII)
- eGPBhutan-RnD (Key: RND)
- Model Analyzer (Key: MA)
- Order Management System (Key: OMS)
- PQCAL INT (Key: PQCI)
- PQCAL Mobile (Key: PCM)
- Project Management Information System (Key: PMIS)
Active Users:
- Shahidul Islam
- Samia Islam
- Md. Sazzadul Islam
- Ruhit Arman
- Sudipta Anupan Datta
- Mehreen Rashid
- Asif Anam
- Ayasha Hossain Jui
"""
if
__name__
==
"__main__"
:
# Start the FastMCP server
mcp
.
run
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment